diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-03-26 11:24:36 +0100 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-03-26 11:24:36 +0100 |
commit | 2be41a73b34af1b469ed0b99d154147478e9e26f (patch) | |
tree | 8265c1dfc08ff00bb6e710f6c9cb8af40e49bc73 /dev-python/inflect | |
parent | dev-python/jupyter_core: x86 stable wrt bug #714356 (diff) | |
download | gentoo-2be41a73b34af1b469ed0b99d154147478e9e26f.tar.gz gentoo-2be41a73b34af1b469ed0b99d154147478e9e26f.tar.bz2 gentoo-2be41a73b34af1b469ed0b99d154147478e9e26f.zip |
dev-python/inflect: x86 stable wrt bug #714708
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-python/inflect')
-rw-r--r-- | dev-python/inflect/inflect-4.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/inflect/inflect-4.1.0.ebuild b/dev-python/inflect/inflect-4.1.0.ebuild index d09897508ba9..5e104aecdea8 100644 --- a/dev-python/inflect/inflect-4.1.0.ebuild +++ b/dev-python/inflect/inflect-4.1.0.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 x86" IUSE="test" RESTRICT="!test? ( test )" |