diff options
author | 2022-06-07 11:42:42 -0700 | |
---|---|---|
committer | 2022-06-07 11:42:42 -0700 | |
commit | af7dce87de36750cc458d8aa8de761bde2ab41cf (patch) | |
tree | 503454566a49fd64f6e8278c7939dca7414f0fc0 /dev-lang/rust-bin | |
parent | dev-lang/rust: Stabilize 1.60.0 ppc64, #850202 (diff) | |
download | gentoo-af7dce87de36750cc458d8aa8de761bde2ab41cf.tar.gz gentoo-af7dce87de36750cc458d8aa8de761bde2ab41cf.tar.bz2 gentoo-af7dce87de36750cc458d8aa8de761bde2ab41cf.zip |
dev-lang/rust-bin: Stabilize 1.60.0 ppc64, #850202
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.60.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.60.0.ebuild b/dev-lang/rust-bin/rust-bin-1.60.0.ebuild index 2a9410605bdf..a5e1fca3b1c2 100644 --- a/dev-lang/rust-bin/rust-bin-1.60.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.60.0.ebuild @@ -17,7 +17,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 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-src rustfmt" DEPEND="" |