diff options
author | Sam James <sam@gentoo.org> | 2023-06-03 01:52:04 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-03 01:52:04 +0100 |
commit | 5029d9cacc5f5c74b823812c157c2729867694b5 (patch) | |
tree | 5ae12c81c54ed3e7f03d37945373b20578f42d3c /dev-lang | |
parent | dev-lang/rust: Stabilize 1.69.0-r1 amd64, #907722 (diff) | |
download | gentoo-5029d9cacc5f5c74b823812c157c2729867694b5.tar.gz gentoo-5029d9cacc5f5c74b823812c157c2729867694b5.tar.bz2 gentoo-5029d9cacc5f5c74b823812c157c2729867694b5.zip |
dev-lang/rust-bin: Stabilize 1.69.0 amd64, #907722
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.69.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.69.0.ebuild b/dev-lang/rust-bin/rust-bin-1.69.0.ebuild index 10ed7b6cb1f4..b57549fff8fb 100644 --- a/dev-lang/rust-bin/rust-bin-1.69.0.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.69.0.ebuild @@ -20,7 +20,7 @@ SRC_URI="$(rust_all_arch_uris ${MY_P}) LICENSE="|| ( MIT Apache-2.0 ) BSD 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 rust-analyzer rust-src rustfmt" DEPEND="" |