diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-13 16:03:01 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2018-02-13 16:03:40 -0600 |
commit | e420c6a95179d4acd7d95625d88d38b50621d181 (patch) | |
tree | 971bb6c4a1526ab968a19e0dd0aed0b5a6c03588 /dev-python/fixtures | |
parent | dev-python/scandir: adding arm64 keyword for pathlib2 (diff) | |
download | gentoo-e420c6a95179d4acd7d95625d88d38b50621d181.tar.gz gentoo-e420c6a95179d4acd7d95625d88d38b50621d181.tar.bz2 gentoo-e420c6a95179d4acd7d95625d88d38b50621d181.zip |
dev-python/fixtures: 1.4.0 arm64 stable under allarches
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/fixtures-1.4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fixtures/fixtures-1.4.0.ebuild b/dev-python/fixtures/fixtures-1.4.0.ebuild index 7fa418f9b964..23ac41378893 100644 --- a/dev-python/fixtures/fixtures-1.4.0.ebuild +++ b/dev-python/fixtures/fixtures-1.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -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 ~sh sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux" IUSE="test" # nose not listed but provides coverage output of tests |