diff options
author | Matoro Mahri <matoro_gentoo@matoro.tk> | 2024-04-28 23:08:26 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-04-29 22:28:29 -0400 |
commit | 0a3af441c4a6735ee948a445edd089bcd933c8f3 (patch) | |
tree | 435e31619668f2edb19050f751cbee978cc3431d /dev-lang/rust | |
parent | dev-lang/rust-bin: Stabilize 1.77.1 ppc64, #930808 (diff) | |
download | gentoo-0a3af441c4a6735ee948a445edd089bcd933c8f3.tar.gz gentoo-0a3af441c4a6735ee948a445edd089bcd933c8f3.tar.bz2 gentoo-0a3af441c4a6735ee948a445edd089bcd933c8f3.zip |
dev-lang/rust: Stabilize 1.77.1 ppc64, #930808
Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.77.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.77.1.ebuild b/dev-lang/rust/rust-1.77.1.ebuild index 59c65b6194c4..edbf76c663ab 100644 --- a/dev-lang/rust/rust-1.77.1.ebuild +++ b/dev-lang/rust/rust-1.77.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" |