diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-27 09:49:59 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-27 09:58:05 +0100 |
commit | a404cde7b1ef17129e6e1f4ecc529743fb4690e0 (patch) | |
tree | ba0c12985ce7f64695f7703e35fc33c593efd615 /dev-python/fixtures | |
parent | dev-python/fixtures: Mark ALLARCHES (diff) | |
download | gentoo-a404cde7b1ef17129e6e1f4ecc529743fb4690e0.tar.gz gentoo-a404cde7b1ef17129e6e1f4ecc529743fb4690e0.tar.bz2 gentoo-a404cde7b1ef17129e6e1f4ecc529743fb4690e0.zip |
dev-python/fixtures: Stabilize 3.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/fixtures-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/fixtures/fixtures-3.0.0.ebuild b/dev-python/fixtures/fixtures-3.0.0.ebuild index b7bee6f84ddf..1bbb865d392a 100644 --- a/dev-python/fixtures/fixtures-3.0.0.ebuild +++ b/dev-python/fixtures/fixtures-3.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="|| ( Apache-2.0 BSD )" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 s390 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux" IUSE="test" RESTRICT="!test? ( test )" |