diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-22 15:15:32 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-22 15:15:32 +0200 |
commit | 5d2af24174c34cadbe2da7ee7a9311f89c690e74 (patch) | |
tree | e47f39488f75c7a17f18eeb70d311b83dfbd98d9 /virtual | |
parent | dev-lang/rust: Stabilize 1.75.0-r1 arm64, #927155 (diff) | |
download | gentoo-5d2af24174c34cadbe2da7ee7a9311f89c690e74.tar.gz gentoo-5d2af24174c34cadbe2da7ee7a9311f89c690e74.tar.bz2 gentoo-5d2af24174c34cadbe2da7ee7a9311f89c690e74.zip |
virtual/rust: Stabilize 1.75.0 arm64, #927155
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/rust/rust-1.75.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virtual/rust/rust-1.75.0.ebuild b/virtual/rust/rust-1.75.0.ebuild index cf2a4bd56629..5ddf235927aa 100644 --- a/virtual/rust/rust-1.75.0.ebuild +++ b/virtual/rust/rust-1.75.0.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" BDEPEND="" |