summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-02-01 02:20:53 +0000
committerSam James <sam@gentoo.org>2021-02-01 02:20:57 +0000
commit8adda5dd780c4cf7c9cb0a477b9d2452f759422b (patch)
tree9ad38501d7915bf74d7f2118bd6319e3b70a9a22 /dev-util
parentgames-arcade/jvgs: unbundle tinyxml (diff)
downloadgentoo-8adda5dd780c4cf7c9cb0a477b9d2452f759422b.tar.gz
gentoo-8adda5dd780c4cf7c9cb0a477b9d2452f759422b.tar.bz2
gentoo-8adda5dd780c4cf7c9cb0a477b9d2452f759422b.zip
dev-util/pkgcheck: drop keywords where no dev-python/tree-sitter
Bug: https://bugs.gentoo.org/768126 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/pkgcheck/pkgcheck-0.8.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild b/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild
index 8f19d2338355..153cd35575d4 100644
--- a/dev-util/pkgcheck/pkgcheck-0.8.1.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.8.1.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 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x64-macos"
+ KEYWORDS="~amd64 ~x86"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
fi