diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-03-02 16:06:46 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-03-02 16:07:07 +0100 |
commit | f17b79f4c76b6a09ad8e56c3272af07fd97a7195 (patch) | |
tree | ffaca5f935934fc4c8882267ce66adadade7b9b0 /dev-util | |
parent | x11-wm/icewm: Bump to version 2.2.1 (diff) | |
download | gentoo-f17b79f4c76b6a09ad8e56c3272af07fd97a7195.tar.gz gentoo-f17b79f4c76b6a09ad8e56c3272af07fd97a7195.tar.bz2 gentoo-f17b79f4c76b6a09ad8e56c3272af07fd97a7195.zip |
dev-util/pkgcheck: Revert 0.8.2 stabilization
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgcheck/pkgcheck-0.8.2.ebuild | 2 |
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 3ea46209b021..097c8e70ab0a 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 |