diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-10 20:56:49 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-10 20:56:49 +0300 |
commit | a15cd6d4bdb20e156f15a11338620e2951120bfc (patch) | |
tree | e02b1eddf6c9ecaf9846e8465a7632d53cc9a853 /dev-lang/rust | |
parent | dev-lang/rust-bin: Stabilize 1.75.0 ppc, #927155 (diff) | |
download | gentoo-a15cd6d4bdb20e156f15a11338620e2951120bfc.tar.gz gentoo-a15cd6d4bdb20e156f15a11338620e2951120bfc.tar.bz2 gentoo-a15cd6d4bdb20e156f15a11338620e2951120bfc.zip |
dev-lang/rust: Stabilize 1.75.0-r1 ppc, #927155
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.75.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.75.0-r1.ebuild b/dev-lang/rust/rust-1.75.0-r1.ebuild index 7549bc84751f..0edae23c64ed 100644 --- a/dev-lang/rust/rust-1.75.0-r1.ebuild +++ b/dev-lang/rust/rust-1.75.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 ~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" |