diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-14 09:37:57 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-14 09:37:57 +0300 |
commit | 2ca04b81ab39116cdbed3dd6b7ad89d6e376227a (patch) | |
tree | 7456cd3b6091e0fc5abe233124ec3296a1a2bdf5 /virtual/rust | |
parent | dev-lang/rust: Stabilize 1.80.1 x86, #939600 (diff) | |
download | gentoo-2ca04b81ab39116cdbed3dd6b7ad89d6e376227a.tar.gz gentoo-2ca04b81ab39116cdbed3dd6b7ad89d6e376227a.tar.bz2 gentoo-2ca04b81ab39116cdbed3dd6b7ad89d6e376227a.zip |
virtual/rust: Stabilize 1.80.1 x86, #939600
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'virtual/rust')
-rw-r--r-- | virtual/rust/rust-1.80.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.80.1.ebuild b/virtual/rust/rust-1.80.1.ebuild index 84aa60de3a34..b43b4c96d988 100644 --- a/virtual/rust/rust-1.80.1.ebuild +++ b/virtual/rust/rust-1.80.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-18" -KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86" +KEYWORDS="~amd64 arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" IUSE="rustfmt profiler" BDEPEND="" |