diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 17:12:06 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-07-17 17:12:06 +0200 |
commit | 8ac23252b8e383e521894bc042e544ad87052732 (patch) | |
tree | 45405b0d4f8ef98284182c615312b2475029273c /dev-lang/rust | |
parent | net-misc/oidentd: ppc64 stable wrt bug #732740 (diff) | |
download | gentoo-8ac23252b8e383e521894bc042e544ad87052732.tar.gz gentoo-8ac23252b8e383e521894bc042e544ad87052732.tar.bz2 gentoo-8ac23252b8e383e521894bc042e544ad87052732.zip |
dev-lang/rust: ppc64 stable wrt bug #732798
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago@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 55d397f94a0a..d4713b42caca 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" |