diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 13:39:05 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-06-26 13:43:23 +0200 |
commit | fbd250cc51a9d349ceb7d25822f53d04029645fe (patch) | |
tree | 732ac56477badba632e74dc390c362361796cbe4 /dev-python/fixtures | |
parent | dev-python/linecache2: mark arm64 stable to catchup with other arches (diff) | |
download | gentoo-fbd250cc51a9d349ceb7d25822f53d04029645fe.tar.gz gentoo-fbd250cc51a9d349ceb7d25822f53d04029645fe.tar.bz2 gentoo-fbd250cc51a9d349ceb7d25822f53d04029645fe.zip |
dev-python/fixtures: mark arm64 stable to catchup with other arches
Package-Manager: Portage-2.3.6, Repoman-2.3.2
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 96e7808f73b8..436efbf7cc42 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 ~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 |