diff options
author | Sam James <sam@gentoo.org> | 2020-07-19 01:37:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-07-19 01:37:39 +0000 |
commit | 52791997ccc87d592f279c2ae930d84b4d89f3b1 (patch) | |
tree | 507e0b8433ce12cba09bad97c9b5f34d6d3f47d6 /app-eselect | |
parent | x11-wm/twm: ppc64 stable (bug #732948) (diff) | |
download | gentoo-52791997ccc87d592f279c2ae930d84b4d89f3b1.tar.gz gentoo-52791997ccc87d592f279c2ae930d84b4d89f3b1.tar.bz2 gentoo-52791997ccc87d592f279c2ae930d84b4d89f3b1.zip |
app-eselect/eselect-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 'app-eselect')
-rw-r--r-- | app-eselect/eselect-rust/eselect-rust-20200419.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-eselect/eselect-rust/eselect-rust-20200419.ebuild b/app-eselect/eselect-rust/eselect-rust-20200419.ebuild index 505dc6789336..e8554ff59f49 100644 --- a/app-eselect/eselect-rust/eselect-rust-20200419.ebuild +++ b/app-eselect/eselect-rust/eselect-rust-20200419.ebuild @@ -8,7 +8,7 @@ if [[ ${PV} == "99999999" ]] ; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${PN}.git" else SRC_URI="https://dev.gentoo.org/~whissi/dist/${PN}/${P}.tar.bz2" - KEYWORDS="amd64 ~arm arm64 ppc64 x86" + KEYWORDS="amd64 arm arm64 ppc64 x86" fi DESCRIPTION="Eselect module for management of multiple Rust versions" |