diff options
author | 2024-07-23 06:54:33 +0100 | |
---|---|---|
committer | 2024-07-23 06:54:33 +0100 | |
commit | b6247621c8219a79d131deca4be225658350d2fa (patch) | |
tree | 003c9ae9fe3baf6df6a9f47c7ae91e66940bb4bb /dev-lang | |
parent | dev-lang/rust-bin: Stabilize 1.79.0 ppc64, #936071 (diff) | |
download | gentoo-b6247621c8219a79d131deca4be225658350d2fa.tar.gz gentoo-b6247621c8219a79d131deca4be225658350d2fa.tar.bz2 gentoo-b6247621c8219a79d131deca4be225658350d2fa.zip |
dev-lang/rust: Stabilize 1.79.0 ppc64, #936071
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.79.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.79.0.ebuild b/dev-lang/rust/rust-1.79.0.ebuild index 5bf3ac54cee6..0c7ace156b58 100644 --- a/dev-lang/rust/rust-1.79.0.ebuild +++ b/dev-lang/rust/rust-1.79.0.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" |