diff options
author | 2021-02-24 23:08:24 +0000 | |
---|---|---|
committer | 2021-02-24 23:08:24 +0000 | |
commit | 629a22f9d0768b29f66ed9749897960a7ca78542 (patch) | |
tree | d11c67edef34078fecd40b5c2be2c64ebfa52b83 /dev-lang | |
parent | dev-lang/rust-bin: Stabilize 1.47.0-r1 arm64, #756769 (diff) | |
download | gentoo-629a22f9d0768b29f66ed9749897960a7ca78542.tar.gz gentoo-629a22f9d0768b29f66ed9749897960a7ca78542.tar.bz2 gentoo-629a22f9d0768b29f66ed9749897960a7ca78542.zip |
dev-lang/rust: Stabilize 1.47.0-r2 arm64, #756769
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.47.0-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.47.0-r2.ebuild b/dev-lang/rust/rust-1.47.0-r2.ebuild index dbd12671e43f..9cfec6a9822c 100644 --- a/dev-lang/rust/rust-1.47.0-r2.ebuild +++ b/dev-lang/rust/rust-1.47.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ else SLOT="stable/${ABI_VER}" MY_P="rustc-${PV}" SRC="${MY_P}-src.tar.xz" - KEYWORDS="amd64 ~arm ~arm64 ppc64 x86" + KEYWORDS="amd64 ~arm arm64 ppc64 x86" fi RUST_STAGE0_VERSION="1.$(($(ver_cut 2) - 1)).0" |