diff options
author | Sam James <sam@gentoo.org> | 2020-07-19 01:38:09 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-19 01:38:09 +0000 |
commit | fd060aa7ba9566d5f9e72d5dd97a06b17efb9f98 (patch) | |
tree | 1aaca1ae54f4fb7d1ceb69c02aa4948ac5e05efc /dev-lang/rust | |
parent | app-eselect/eselect-rust: arm stable (bug #732798) (diff) | |
download | gentoo-fd060aa7ba9566d5f9e72d5dd97a06b17efb9f98.tar.gz gentoo-fd060aa7ba9566d5f9e72d5dd97a06b17efb9f98.tar.bz2 gentoo-fd060aa7ba9566d5f9e72d5dd97a06b17efb9f98.zip |
dev-lang/rust: arm stable (bug #732798)
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.44.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.44.1.ebuild b/dev-lang/rust/rust-1.44.1.ebuild index c2b66aaff53f..3ddcdaa9ee15 100644 --- a/dev-lang/rust/rust-1.44.1.ebuild +++ b/dev-lang/rust/rust-1.44.1.ebuild @@ -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)).1" |