diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-10 20:56:45 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-04-10 20:56:45 +0300 |
commit | 90216353122ebc4c6e3e5b85b3d422b4ca2a4282 (patch) | |
tree | f25f72413dc0df158e6458645bf8aebaf259f4d6 /dev-lang/rust | |
parent | dev-lang/rust-bin: Stabilize 1.75.0 sparc, #927155 (diff) | |
download | gentoo-90216353122ebc4c6e3e5b85b3d422b4ca2a4282.tar.gz gentoo-90216353122ebc4c6e3e5b85b3d422b4ca2a4282.tar.bz2 gentoo-90216353122ebc4c6e3e5b85b3d422b4ca2a4282.zip |
dev-lang/rust: Stabilize 1.75.0-r1 sparc, #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 b3b54a2b22d7..7549bc84751f 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" |