diff options
author | 2021-03-17 20:04:10 +0000 | |
---|---|---|
committer | 2021-03-17 20:04:10 +0000 | |
commit | 76916c0b192017206fd207e199812396c5188c2c (patch) | |
tree | 5e2ab15d188912b3b6f2b9e962b677a115c050a3 /dev-util | |
parent | dev-python/tree-sitter: Stabilize 0.19.0 ppc, #776913 (diff) | |
download | gentoo-76916c0b192017206fd207e199812396c5188c2c.tar.gz gentoo-76916c0b192017206fd207e199812396c5188c2c.tar.bz2 gentoo-76916c0b192017206fd207e199812396c5188c2c.zip |
dev-util/pkgcheck: Stabilize 0.9.2 ppc, #776913
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.9.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild b/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild index 18f0ea5c49f8..698f5bbcc188 100644 --- a/dev-util/pkgcheck/pkgcheck-0.9.2.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.9.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 ~arm64 ~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 |