diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 15:00:35 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 15:00:35 +0100 |
commit | 47bc3c313ec91a28cfcee78a109b7962e078dbed (patch) | |
tree | 89a0c68d5536e314d1602c0fef926234a5469ac4 /dev-util/pkgcheck | |
parent | dev-python/pillow: Stabilize 8.1.2 ppc64, #774387 (diff) | |
download | gentoo-47bc3c313ec91a28cfcee78a109b7962e078dbed.tar.gz gentoo-47bc3c313ec91a28cfcee78a109b7962e078dbed.tar.bz2 gentoo-47bc3c313ec91a28cfcee78a109b7962e078dbed.zip |
dev-util/pkgcheck: Stabilize 0.9.3-r1 amd64, #778863
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/pkgcheck')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.9.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/pkgcheck/pkgcheck-0.9.3-r1.ebuild b/dev-util/pkgcheck/pkgcheck-0.9.3-r1.ebuild index d9cc255ade50..7ae5f1a2ffdc 100644 --- a/dev-util/pkgcheck/pkgcheck-0.9.3-r1.ebuild +++ b/dev-util/pkgcheck/pkgcheck-0.9.3-r1.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="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 ~s390 sparc ~x86 ~x64-macos" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi |