diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-06 08:40:35 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-06 09:02:27 +0000 |
commit | ce0c6d32a6ae7b16901b4c0b67ee79763a3a194a (patch) | |
tree | 138491801dca6e2f3036bffc52077338f4d4a9c0 /dev-python/inflect | |
parent | sys-cluster/rdma-core: keyworded 27.0 for ppc64, bug #705802 (diff) | |
download | gentoo-ce0c6d32a6ae7b16901b4c0b67ee79763a3a194a.tar.gz gentoo-ce0c6d32a6ae7b16901b4c0b67ee79763a3a194a.tar.bz2 gentoo-ce0c6d32a6ae7b16901b4c0b67ee79763a3a194a.zip |
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 <slyfox@gentoo.org>
Diffstat (limited to 'dev-python/inflect')
-rw-r--r-- | dev-python/inflect/inflect-4.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/inflect/inflect-4.0.0.ebuild b/dev-python/inflect/inflect-4.0.0.ebuild index 2b32091ce43f..259a01510e67 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 )" |