From ce0c6d32a6ae7b16901b4c0b67ee79763a3a194a Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Thu, 6 Feb 2020 08:40:35 +0000 Subject: [PATCH] dev-python/inflect: keyworded 4.0.0 for ppc64, bug #706642 Package-Manager: Portage-2.3.87, Repoman-2.3.20 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich --- dev-python/inflect/inflect-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/inflect/inflect-4.0.0.ebuild b/dev-python/inflect/inflect-4.0.0.ebuild index 2b32091ce43f9..259a01510e678 100644 --- a/dev-python/inflect/inflect-4.0.0.ebuild +++ b/dev-python/inflect/inflect-4.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~x86" +KEYWORDS="~amd64 ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )"