From: Agostino Sarubbo Date: Wed, 8 Apr 2020 12:46:43 +0000 (+0200) Subject: dev-util/pkgcheck: add ~arm keyword X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f6242f550ac87291add1dc38ace5641c7fc51a8f;p=gentoo.git dev-util/pkgcheck: add ~arm keyword Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Agostino Sarubbo --- diff --git a/dev-util/pkgcheck/pkgcheck-0.7.6.ebuild b/dev-util/pkgcheck/pkgcheck-0.7.6.ebuild index d3aed7fc337b..761bb2f83a61 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