diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-09 23:19:34 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-11-09 23:19:34 +0200 |
commit | 36d062a18b744f2993c1c276e2126cb3d322a2c1 (patch) | |
tree | 01122cc4b3756fa963520c21fbffa476facb14ee /dev-lang | |
parent | dev-lang/rust-bin: Stabilize 1.71.1 ppc, #913962 (diff) | |
download | gentoo-36d062a18b744f2993c1c276e2126cb3d322a2c1.tar.gz gentoo-36d062a18b744f2993c1c276e2126cb3d322a2c1.tar.bz2 gentoo-36d062a18b744f2993c1c276e2126cb3d322a2c1.zip |
dev-lang/rust: Stabilize 1.71.1 ppc, #913962
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.71.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.71.1.ebuild b/dev-lang/rust/rust-1.71.1.ebuild index d86b61cb5915..10327d346ac0 100644 --- a/dev-lang/rust/rust-1.71.1.ebuild +++ b/dev-lang/rust/rust-1.71.1.ebuild @@ -19,7 +19,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 arm arm64 ~loong ~mips ~ppc ppc64 ~riscv sparc x86" + KEYWORDS="amd64 arm arm64 ~loong ~mips ppc ppc64 ~riscv sparc x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |