diff options
author | 2024-02-07 00:57:43 +0000 | |
---|---|---|
committer | 2024-02-07 00:57:43 +0000 | |
commit | a7e39589752aa76857d644436af36b472c7c0b8e (patch) | |
tree | b0825121d86202fe46072233de4a3a3887881649 /dev-lang/rust-bin | |
parent | app-editors/levee: Keyword 4.0 arm64, #923796 (diff) | |
download | gentoo-a7e39589752aa76857d644436af36b472c7c0b8e.tar.gz gentoo-a7e39589752aa76857d644436af36b472c7c0b8e.tar.bz2 gentoo-a7e39589752aa76857d644436af36b472c7c0b8e.zip |
dev-lang/rust-bin: keyword 1.74.1 for ~sparc
Followup to 4963f2c57a4991041d9bb9542f5cfa1de310acc6.
Bug: https://bugs.gentoo.org/920441
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.74.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.74.1.ebuild b/dev-lang/rust-bin/rust-bin-1.74.1.ebuild index 9be7858358a7..d6e000c39d4c 100644 --- a/dev-lang/rust-bin/rust-bin-1.74.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.74.1.ebuild @@ -30,7 +30,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" SLOT="stable" -KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ppc ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="big-endian clippy cpu_flags_x86_sse2 doc prefix rust-analyzer rust-src rustfmt" DEPEND="" |