diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-25 14:29:14 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-25 14:58:42 +0100 |
commit | 2c001b7f76930ed7d1d2a34097e59f1d93151d9c (patch) | |
tree | 348e7d1f1f2315efde8c7ba513b2f4b673795fb0 /dev-python/pyenchant | |
parent | dev-python/pycparser: Remove old (diff) | |
download | gentoo-2c001b7f76930ed7d1d2a34097e59f1d93151d9c.tar.gz gentoo-2c001b7f76930ed7d1d2a34097e59f1d93151d9c.tar.bz2 gentoo-2c001b7f76930ed7d1d2a34097e59f1d93151d9c.zip |
dev-python/pyenchant: Stabilize 2.0.0 ALLARCHES
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pyenchant')
-rw-r--r-- | dev-python/pyenchant/pyenchant-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyenchant/pyenchant-2.0.0.ebuild b/dev-python/pyenchant/pyenchant-2.0.0.ebuild index 65263239f7e4..3c17fb97e4be 100644 --- a/dev-python/pyenchant/pyenchant-2.0.0.ebuild +++ b/dev-python/pyenchant/pyenchant-2.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 sparc x86" IUSE="test" RESTRICT="!test? ( test )" |