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 | 911b915a06d00434c54e56166c9fc2b008dbb1c5 (patch) | |
tree | 023ca2adee8e9213535e271951d8df731e647f2f /dev-lang | |
parent | dev-lang/rust: Stabilize 1.71.1 arm64, #913962 (diff) | |
download | gentoo-911b915a06d00434c54e56166c9fc2b008dbb1c5.tar.gz gentoo-911b915a06d00434c54e56166c9fc2b008dbb1c5.tar.bz2 gentoo-911b915a06d00434c54e56166c9fc2b008dbb1c5.zip |
dev-lang/rust-bin: 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-bin/rust-bin-1.71.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.71.1.ebuild b/dev-lang/rust-bin/rust-bin-1.71.1.ebuild index 0969439e9c07..71ba02db860f 100644 --- a/dev-lang/rust-bin/rust-bin-1.71.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.71.1.ebuild @@ -20,7 +20,7 @@ SRC_URI+=" sparc? ( ${GENTOO_BIN_BASEURI}/${MY_P}-sparc64-unknown-linux-gnu.tar. LICENSE="|| ( MIT Apache-2.0 ) BSD BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -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="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt" DEPEND="" |