diff options
author | 2022-07-03 11:18:13 -0700 | |
---|---|---|
committer | 2022-07-03 11:41:32 -0700 | |
commit | cac0f01dcb076cbf6de57d0d073fc9ad31140a42 (patch) | |
tree | 03f193059b318e0291a89f8b5f7c027c843c527f /dev-lang | |
parent | app-shells/zsh: adding myself and laumann to maintaners. (diff) | |
download | gentoo-cac0f01dcb076cbf6de57d0d073fc9ad31140a42.tar.gz gentoo-cac0f01dcb076cbf6de57d0d073fc9ad31140a42.tar.bz2 gentoo-cac0f01dcb076cbf6de57d0d073fc9ad31140a42.zip |
dev-lang/rust-bin: keyword 1.62.0 for ~sparc
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.62.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.62.0.ebuild b/dev-lang/rust-bin/rust-bin-1.62.0.ebuild index d252bd0426e6..e70aee45c592 100644 --- a/dev-lang/rust-bin/rust-bin-1.62.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.62.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P}) LICENSE="|| ( MIT Apache-2.0 ) BSD-1 BSD-2 BSD-4 UoI-NCSA" SLOT="stable" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-src rustfmt" DEPEND="" |