diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 15:10:37 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-09-17 15:10:37 +0300 |
commit | 879cea303fbee0f9ccaf926e790635ef2b2e7252 (patch) | |
tree | e4b76721f18a4f30b4bc3008f030e5acc8ad3828 /virtual | |
parent | dev-lang/rust: Stabilize 1.71.1 x86, #913962 (diff) | |
download | gentoo-879cea303fbee0f9ccaf926e790635ef2b2e7252.tar.gz gentoo-879cea303fbee0f9ccaf926e790635ef2b2e7252.tar.bz2 gentoo-879cea303fbee0f9ccaf926e790635ef2b2e7252.zip |
virtual/rust: Stabilize 1.71.1 x86, #913962
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.71.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.71.1.ebuild b/virtual/rust/rust-1.71.1.ebuild index 5fe8e5d1c1b1..5a190def7a84 100644 --- a/virtual/rust/rust-1.71.1.ebuild +++ b/virtual/rust/rust-1.71.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-16" -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" BDEPEND="" |