diff options
author | Sam James <sam@gentoo.org> | 2022-11-17 15:14:33 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-17 15:14:33 +0000 |
commit | e4120d62ef53812e95fcd30d551f81a030f8f4e2 (patch) | |
tree | 3a6e97caf5d104c14bf9e6ceacf7426469233166 /dev-lang | |
parent | virtual/rust: Stabilize 1.65.0-r1 amd64, #879815 (diff) | |
download | gentoo-e4120d62ef53812e95fcd30d551f81a030f8f4e2.tar.gz gentoo-e4120d62ef53812e95fcd30d551f81a030f8f4e2.tar.bz2 gentoo-e4120d62ef53812e95fcd30d551f81a030f8f4e2.zip |
dev-lang/rust-bin: Stabilize 1.65.0 ppc, #879815
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.65.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.65.0.ebuild b/dev-lang/rust-bin/rust-bin-1.65.0.ebuild index 67df20a2ad70..a3f278da486f 100644 --- a/dev-lang/rust-bin/rust-bin-1.65.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.65.0.ebuild @@ -20,7 +20,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 ~mips ~ppc ~ppc64 ~riscv ~s390 ~x86" +KEYWORDS="amd64 arm ~arm64 ~mips ppc ~ppc64 ~riscv ~s390 ~x86" IUSE="clippy cpu_flags_x86_sse2 doc prefix rls rust-analyzer rust-src rustfmt" DEPEND="" |