diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-15 15:20:43 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-03-15 15:20:43 +0300 |
commit | e09c9b32b7e928fc9d99b0ad635adf7b61fec3dd (patch) | |
tree | 288eb7afc17a337fdb1a2ceea62877ade45b15ed /dev-python | |
parent | dev-python/jaraco-itertools: Add ~arm keyword wrt bug #706642 (diff) | |
download | gentoo-e09c9b32b7e928fc9d99b0ad635adf7b61fec3dd.tar.gz gentoo-e09c9b32b7e928fc9d99b0ad635adf7b61fec3dd.tar.bz2 gentoo-e09c9b32b7e928fc9d99b0ad635adf7b61fec3dd.zip |
dev-python/inflect: Add ~arm keyword wrt bug #706642
Package-Manager: Portage-2.3.89, Repoman-2.3.20
RepoMan-Options: --include-arches="arm"
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-python')
-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 2df579a684ae..8ca7c2d7780c 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 ~arm64 ~ia64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86" IUSE="test" RESTRICT="!test? ( test )" |