diff options
author | Sam James <sam@gentoo.org> | 2021-02-24 19:22:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-24 19:22:32 +0000 |
commit | 5c79081246afe1083d3dd1a512f1517b27ce38e1 (patch) | |
tree | d7dded40aea326037a64accbd4272770346c5e74 /dev-util | |
parent | dev-python/tree-sitter: Keyword 0.2.1 arm64, #768126 (diff) | |
download | gentoo-5c79081246afe1083d3dd1a512f1517b27ce38e1.tar.gz gentoo-5c79081246afe1083d3dd1a512f1517b27ce38e1.tar.bz2 gentoo-5c79081246afe1083d3dd1a512f1517b27ce38e1.zip |
dev-util/pkgcheck: Keyword 0.9.0 arm64, #768126
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.9.0.ebuild b/dev-util/pkgcheck/pkgcheck-0.9.0.ebuild index 1b9d02cb2a44..b119c84b2823 100644 --- a/dev-util/pkgcheck/pkgcheck-0.9.0.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.9.0.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git" inherit git-r3 else - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x64-macos" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi |