commit: f6242f550ac87291add1dc38ace5641c7fc51a8f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 8 12:46:43 2020 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Apr 8 12:46:43 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6242f55
dev-util/pkgcheck: add ~arm keyword
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-util/pkgcheck/pkgcheck-0.7.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/pkgcheck/pkgcheck-0.7.6.ebuild
b/dev-util/pkgcheck/pkgcheck-0.7.6.ebuild
index d3aed7fc337..761bb2f83a6 100644
--- a/dev-util/pkgcheck/pkgcheck-0.7.6.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.7.6.ebuild
@@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git"
inherit git-r3
else
- KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+ KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
fi