summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-28 21:28:57 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-07-28 21:28:57 -0700
commit944d0d03b042b408b301dc934682030cf7d37a85 (patch)
tree693ccf8f4b36dd01222fcca1fd91a6cc15317de0 /dev-lang
parentdev-lang/rust: stabilize 1.53.0 for ppc64 (diff)
downloadgentoo-944d0d03b042b408b301dc934682030cf7d37a85.tar.gz
gentoo-944d0d03b042b408b301dc934682030cf7d37a85.tar.bz2
gentoo-944d0d03b042b408b301dc934682030cf7d37a85.zip
dev-lang/rust-bin: stabilize 1.53.0 for ppc64
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust-bin/rust-bin-1.53.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.53.0.ebuild b/dev-lang/rust-bin/rust-bin-1.53.0.ebuild
index bbc3593f5a81..3b07adb82a0e 100644
--- a/dev-lang/rust-bin/rust-bin-1.53.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.53.0.ebuild
@@ -13,7 +13,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 ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ppc64 ~riscv ~x86"
IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rustfmt"
DEPEND=""