diff options
author | 2022-03-24 09:31:54 +0100 | |
---|---|---|
committer | 2022-03-24 09:31:54 +0100 | |
commit | c4df534ed639e5b3722adaf049fec7b967ab54f4 (patch) | |
tree | fad895656ab1c38618f3e4a3346a3425a112fa6b /sys-apps | |
parent | sys-apps/sandbox: ppc stable wrt bug #835375 (diff) | |
download | gentoo-c4df534ed639e5b3722adaf049fec7b967ab54f4.tar.gz gentoo-c4df534ed639e5b3722adaf049fec7b967ab54f4.tar.bz2 gentoo-c4df534ed639e5b3722adaf049fec7b967ab54f4.zip |
sys-apps/pkgcore: ppc stable wrt bug #835847
Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/pkgcore/pkgcore-0.12.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/pkgcore/pkgcore-0.12.10.ebuild b/sys-apps/pkgcore/pkgcore-0.12.10.ebuild index 97c3524fb15e..c23360a1d0b3 100644 --- a/sys-apps/pkgcore/pkgcore-0.12.10.ebuild +++ b/sys-apps/pkgcore/pkgcore-0.12.10.ebuild @@ -11,7 +11,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 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" + KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" fi |