diff options
author | Sam James <sam@gentoo.org> | 2021-06-12 14:41:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-12 14:41:45 +0000 |
commit | d1cb6f3004098ebfa37925e768413e95288498c5 (patch) | |
tree | 98b4d68d21b1c8ed2e8fcbd7fef6e6007c052650 /sys-apps | |
parent | dev-util/diffoscope: enable 'pytest' tests (diff) | |
download | gentoo-d1cb6f3004098ebfa37925e768413e95288498c5.tar.gz gentoo-d1cb6f3004098ebfa37925e768413e95288498c5.tar.bz2 gentoo-d1cb6f3004098ebfa37925e768413e95288498c5.zip |
sys-apps/pkgcore: Stabilize 0.12.1 x86, #790017
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pkgcore/pkgcore-0.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pkgcore/pkgcore-0.12.1.ebuild b/sys-apps/pkgcore/pkgcore-0.12.1.ebuild index dbc30b994056..7c5a308b84d9 100644 --- a/sys-apps/pkgcore/pkgcore-0.12.1.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.12.1.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 ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi |