diff options
author | Sam James <sam@gentoo.org> | 2022-11-17 15:14:30 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-11-17 15:14:30 +0000 |
commit | b9633f6454ebe5affcbacb1768dc8ffca0aeb890 (patch) | |
tree | a7b7e3aab418a115324776570224322207857bd0 | |
parent | virtual/rust: Stabilize 1.65.0-r1 arm, #879815 (diff) | |
download | gentoo-b9633f6454ebe5affcbacb1768dc8ffca0aeb890.tar.gz gentoo-b9633f6454ebe5affcbacb1768dc8ffca0aeb890.tar.bz2 gentoo-b9633f6454ebe5affcbacb1768dc8ffca0aeb890.zip |
dev-lang/rust-bin: Stabilize 1.65.0 amd64, #879815
Signed-off-by: Sam James <sam@gentoo.org>
-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 6a36e24282a6..67df20a2ad70 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="" |