diff options
author | 2022-01-22 00:48:14 +0000 | |
---|---|---|
committer | 2022-01-22 00:48:14 +0000 | |
commit | 42881b062d630684641ff7e4e308208ab6c0e0b0 (patch) | |
tree | c170ea72acd8e7ca45739689f460d9fb4649a5e2 | |
parent | app-misc/screen: add 4.9.0_rc1 (unkeyworded) (diff) | |
download | gentoo-42881b062d630684641ff7e4e308208ab6c0e0b0.tar.gz gentoo-42881b062d630684641ff7e4e308208ab6c0e0b0.tar.bz2 gentoo-42881b062d630684641ff7e4e308208ab6c0e0b0.zip |
dev-lang/rust: Stabilize 1.58.1 arm, #831642
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-lang/rust/rust-1.58.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.58.1.ebuild b/dev-lang/rust/rust-1.58.1.ebuild index 44624d004e9..a7c553166bc 100644 --- a/dev-lang/rust/rust-1.58.1.ebuild +++ b/dev-lang/rust/rust-1.58.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 ppc64 ~riscv x86" + KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |