diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-06-03 07:23:47 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-06-03 07:23:47 +0200 |
commit | 574c9e30407985632799c5a60349976eb6449a33 (patch) | |
tree | d9b93711366747e1016234f28bcb1d164175b0c9 /dev-lang/rust-bin | |
parent | dev-lang/rust: Stabilize 1.69.0-r1 x86, #907722 (diff) | |
download | gentoo-574c9e30407985632799c5a60349976eb6449a33.tar.gz gentoo-574c9e30407985632799c5a60349976eb6449a33.tar.bz2 gentoo-574c9e30407985632799c5a60349976eb6449a33.zip |
dev-lang/rust-bin: Stabilize 1.69.0 x86, #907722
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-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 826db65fdc99..4bf223517fe7 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="" |