diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-17 23:12:06 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-18 01:03:18 +0100 |
commit | 23a8f95d283fc9fd022a6e3641b5574330f6defa (patch) | |
tree | 68cca9fd283be34321c0cfd97eb66e9f90b141e9 /dev-python/fixtures | |
parent | dev-python/decorator: add ~amd64-fbsd keyword. (diff) | |
download | gentoo-23a8f95d283fc9fd022a6e3641b5574330f6defa.tar.gz gentoo-23a8f95d283fc9fd022a6e3641b5574330f6defa.tar.bz2 gentoo-23a8f95d283fc9fd022a6e3641b5574330f6defa.zip |
dev-python/fixtures: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/fixtures')
-rw-r--r-- | dev-python/fixtures/fixtures-3.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/fixtures/fixtures-3.0.0.ebuild b/dev-python/fixtures/fixtures-3.0.0.ebuild index 2a20a161e889..97dcd0f27e55 100644 --- a/dev-python/fixtures/fixtures-3.0.0.ebuild +++ b/dev-python/fixtures/fixtures-3.0.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=6 @@ -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 ~amd64-fbsd" IUSE="test" # nose not listed but provides coverage output of tests |