commit: 680de1c0b9eeccf9f5fa90a2ae0af87a3b6b94ef Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Sun Jan 26 20:20:06 2020 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sun Jan 26 20:24:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=680de1c0
dev-python/cliff: add ppc64 keyword under ALLARCHES for cliff Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> dev-python/cliff/cliff-2.12.0-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cliff/cliff-2.12.0-r2.ebuild b/dev-python/cliff/cliff-2.12.0-r2.ebuild index 0e0821fea9e..ad16b17bab6 100644 --- a/dev-python/cliff/cliff-2.12.0-r2.ebuild +++ b/dev-python/cliff/cliff-2.12.0-r2.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~s390 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~hppa ~mips ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )"