diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-06-07 15:02:26 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2023-06-07 15:02:38 -0700 |
commit | a02608927b3ac79dc92c3ebce7b08a810fc30de3 (patch) | |
tree | cb349849fb3096244d3a845b4b689243fb9e8393 /dev-lang | |
parent | dev-lang/rust-bin: Stabilize 1.69.0 ppc64, #907722 (diff) | |
download | gentoo-a02608927b3ac79dc92c3ebce7b08a810fc30de3.tar.gz gentoo-a02608927b3ac79dc92c3ebce7b08a810fc30de3.tar.bz2 gentoo-a02608927b3ac79dc92c3ebce7b08a810fc30de3.zip |
dev-lang/rust: Stabilize 1.69.0-r1 ppc64, #907722
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.69.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.69.0-r1.ebuild b/dev-lang/rust/rust-1.69.0-r1.ebuild index a61a6fce2139..b312e8a53d1d 100644 --- a/dev-lang/rust/rust-1.69.0-r1.ebuild +++ b/dev-lang/rust/rust-1.69.0-r1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 arm arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86" + KEYWORDS="amd64 arm arm64 ~mips ~ppc ppc64 ~riscv ~sparc x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).2" |