diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-11 10:17:53 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-11-11 10:17:53 -0800 |
commit | 339a53aa7629e388767b1efd235e645c060d0794 (patch) | |
tree | 535b6e1cfdb1b995fc2aabd299269cacffdb1445 /dev-lang/rust-bin | |
parent | sys-apps/coreutils: add zfs-kmod check to 9.0 ebuild too (diff) | |
download | gentoo-339a53aa7629e388767b1efd235e645c060d0794.tar.gz gentoo-339a53aa7629e388767b1efd235e645c060d0794.tar.bz2 gentoo-339a53aa7629e388767b1efd235e645c060d0794.zip |
dev-lang/rust-bin: Stabilize 1.56.1 ppc64, #821898
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust-bin')
-rw-r--r-- | dev-lang/rust-bin/rust-bin-1.56.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust-bin/rust-bin-1.56.1.ebuild b/dev-lang/rust-bin/rust-bin-1.56.1.ebuild index 2796cb0698b1..4f2873f35362 100644 --- a/dev-lang/rust-bin/rust-bin-1.56.1.ebuild +++ b/dev-lang/rust-bin/rust-bin-1.56.1.ebuild @@ -13,7 +13,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 rustfmt" DEPEND="" |