diff options
author | Sam James <sam@gentoo.org> | 2023-09-13 17:14:51 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-09-13 17:14:51 +0100 |
commit | 6a9e2d4cc26afe8ae14ed047008424cca130385a (patch) | |
tree | 52983f69750e1d01197c6f227936c0840a8657e0 /dev-lang | |
parent | virtual/rust: Stabilize 1.71.1 arm64, #913962 (diff) | |
download | gentoo-6a9e2d4cc26afe8ae14ed047008424cca130385a.tar.gz gentoo-6a9e2d4cc26afe8ae14ed047008424cca130385a.tar.bz2 gentoo-6a9e2d4cc26afe8ae14ed047008424cca130385a.zip |
dev-lang/rust: Stabilize 1.71.1 arm64, #913962
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.71.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.71.1.ebuild b/dev-lang/rust/rust-1.71.1.ebuild index a6780b7347ff..95733bf9b89d 100644 --- a/dev-lang/rust/rust-1.71.1.ebuild +++ b/dev-lang/rust/rust-1.71.1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + KEYWORDS="amd64 ~arm arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |