summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-02 04:37:51 +0000
committerSam James <sam@gentoo.org>2021-03-02 04:37:51 +0000
commit2edde7b99dc64041493ea8fd3e4a703a5aaea5f1 (patch)
tree500be1be2c459391cba7d7861b1cb07c74bebdb1 /dev-util/pkgcheck
parentdev-python/tree-sitter: Stabilize 0.2.1 ppc64, #773904 (diff)
downloadgentoo-2edde7b99dc64041493ea8fd3e4a703a5aaea5f1.tar.gz
gentoo-2edde7b99dc64041493ea8fd3e4a703a5aaea5f1.tar.bz2
gentoo-2edde7b99dc64041493ea8fd3e4a703a5aaea5f1.zip
dev-util/pkgcheck: Stabilize 0.8.2 ppc64, #773904
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r--dev-util/pkgcheck/pkgcheck-0.8.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.8.2.ebuild b/dev-util/pkgcheck/pkgcheck-0.8.2.ebuild
index 097c8e70ab0a..8ac6f3f6e6f9 100644
--- a/dev-util/pkgcheck/pkgcheck-0.8.2.ebuild
+++ b/dev-util/pkgcheck/pkgcheck-0.8.2.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 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86 ~x64-macos"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
fi