diff options
author | 2021-04-27 23:40:17 +0100 | |
---|---|---|
committer | 2021-04-27 23:40:27 +0100 | |
commit | 3a2de9984649fe26793a6b016eb9870f09200330 (patch) | |
tree | 5f509dde1f8c0313af8b93a1c03df52881a99680 /sys-apps | |
parent | dev-util/pkgcheck: Stabilize 0.9.7 x86, #786159 (diff) | |
download | gentoo-3a2de9984649fe26793a6b016eb9870f09200330.tar.gz gentoo-3a2de9984649fe26793a6b016eb9870f09200330.tar.bz2 gentoo-3a2de9984649fe26793a6b016eb9870f09200330.zip |
sys-apps/pkgcore: Stabilize 0.11.6-r1 x86, #786159
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pkgcore/pkgcore-0.11.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pkgcore/pkgcore-0.11.6-r1.ebuild b/sys-apps/pkgcore/pkgcore-0.11.6-r1.ebuild index eb51df73b67a..fe3a1b0eaa0a 100644 --- a/sys-apps/pkgcore/pkgcore-0.11.6-r1.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.11.6-r1.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/pkgcore/pkgcore.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 |