diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-20 16:11:07 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-01-20 16:11:07 -0800 |
commit | b4e3fc125d8ec33dca1b66033b33141c5e56435d (patch) | |
tree | ab167297539415605af1a68dd0f4453275780d4a /dev-lang | |
parent | dev-lang/rust: Stabilize 1.58.1 ppc64, #831642 (diff) | |
download | gentoo-b4e3fc125d8ec33dca1b66033b33141c5e56435d.tar.gz gentoo-b4e3fc125d8ec33dca1b66033b33141c5e56435d.tar.bz2 gentoo-b4e3fc125d8ec33dca1b66033b33141c5e56435d.zip |
dev-lang/rust-bin: Stabilize 1.58.1 ppc64, #831642
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.58.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.58.1.ebuild b/dev-lang/rust-bin/rust-bin-1.58.1.ebuild index c78fc0b4424c..c92e900387f1 100644 --- a/dev-lang/rust-bin/rust-bin-1.58.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.58.1.ebuild @@ -17,7 +17,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 rust-src rustfmt" DEPEND="" |