diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2023-08-05 18:22:19 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2023-08-05 18:23:08 +0800 |
commit | c40719e8fc17ca3b80a5aa26c0d1b862e9569b85 (patch) | |
tree | e5ed8720c2cf62aa3c06fe2fa35b92e124d6396f /dev-lang | |
parent | sci-geosciences/gpxsee: bump to 13.5 (diff) | |
download | gentoo-c40719e8fc17ca3b80a5aa26c0d1b862e9569b85.tar.gz gentoo-c40719e8fc17ca3b80a5aa26c0d1b862e9569b85.tar.bz2 gentoo-c40719e8fc17ca3b80a5aa26c0d1b862e9569b85.zip |
dev-lang/rust-bin: unkeyword 1.71.1 for ~sparc
Forgot to remove the keyword when bumping version, and the CI didn't
catch it either.
Fixes: e73ed087dff6 ("dev-lang/rust-bin: add 1.71.1")
Signed-off-by: WANG Xuerui <xen0n@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 05579e617530..4516b68d78e5 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="$(rust_all_arch_uris ${MY_P}) 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 ~x86" IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt" DEPEND="" |