diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-06 21:07:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-06 21:07:45 +0200 |
commit | f9b44506479e3786775b889535e62d787a309df5 (patch) | |
tree | c898c554ccb201a790812ba3d44a8f2b94d66c3e /dev-python/testfixtures | |
parent | dev-python/virtualenv: Stabilize 16.7.10 amd64, #730126 (diff) | |
download | gentoo-f9b44506479e3786775b889535e62d787a309df5.tar.gz gentoo-f9b44506479e3786775b889535e62d787a309df5.tar.bz2 gentoo-f9b44506479e3786775b889535e62d787a309df5.zip |
dev-python/testfixtures: Stabilize 6.14.1 ALLARCHES, #718700
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/testfixtures')
-rw-r--r-- | dev-python/testfixtures/testfixtures-6.14.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/testfixtures/testfixtures-6.14.1.ebuild b/dev-python/testfixtures/testfixtures-6.14.1.ebuild index 3367b0ca55c2..3dccebaaf69a 100644 --- a/dev-python/testfixtures/testfixtures-6.14.1.ebuild +++ b/dev-python/testfixtures/testfixtures-6.14.1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="doc test" RESTRICT="!test? ( test )" |