diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-22 15:15:31 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-03-22 15:15:31 +0200 |
commit | c158b7158f5e862467ee6b0d898e9e0f7afd94a2 (patch) | |
tree | bb74e7e447711b6b10380f3308b04460c05f835a /dev-lang/rust | |
parent | dev-lang/rust-bin: Stabilize 1.75.0 arm64, #927155 (diff) | |
download | gentoo-c158b7158f5e862467ee6b0d898e9e0f7afd94a2.tar.gz gentoo-c158b7158f5e862467ee6b0d898e9e0f7afd94a2.tar.bz2 gentoo-c158b7158f5e862467ee6b0d898e9e0f7afd94a2.zip |
dev-lang/rust: Stabilize 1.75.0-r1 arm64, #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 98e62cf2b935..5940f405b20d 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" |