diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-28 20:56:32 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-28 20:56:32 +0300 |
commit | 02f28c1ff5d44ff290a04948d5e01f321a4cad16 (patch) | |
tree | 219b4c59eaebad70a09a2f1faa3364f4c6a1cd6e /virtual | |
parent | dev-lang/rust: Stabilize 1.77.1 amd64, #930808 (diff) | |
download | gentoo-02f28c1ff5d44ff290a04948d5e01f321a4cad16.tar.gz gentoo-02f28c1ff5d44ff290a04948d5e01f321a4cad16.tar.bz2 gentoo-02f28c1ff5d44ff290a04948d5e01f321a4cad16.zip |
virtual/rust: Stabilize 1.77.1 amd64, #930808
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.77.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.77.1.ebuild b/virtual/rust/rust-1.77.1.ebuild index 8a28fc97e712..5a74204aba28 100644 --- a/virtual/rust/rust-1.77.1.ebuild +++ b/virtual/rust/rust-1.77.1.ebuild @@ -13,7 +13,7 @@ LICENSE="" # we do not allow multiple llvm versions in dev-lang/rust for # neither system nor bundled, so we just hardcode it here. SLOT="0/llvm-17" -KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" IUSE="rustfmt profiler" BDEPEND="" |