diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2018-02-17 21:35:55 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-02-17 22:51:00 +0100 |
commit | b49c071b62d6cbab55f93ed4fe7c1c70666b028a (patch) | |
tree | 35846af9f09432c469a6df56a16b0544422bbdf6 /dev-python/pytest-xdist | |
parent | dev-python/execnet: add ~amd64-fbsd keyword. (diff) | |
download | gentoo-b49c071b62d6cbab55f93ed4fe7c1c70666b028a.tar.gz gentoo-b49c071b62d6cbab55f93ed4fe7c1c70666b028a.tar.bz2 gentoo-b49c071b62d6cbab55f93ed4fe7c1c70666b028a.zip |
dev-python/pytest-xdist: add ~amd64-fbsd keyword.
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'dev-python/pytest-xdist')
-rw-r--r-- | dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild b/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild index 7e6d21d54712..a26976c9526a 100644 --- a/dev-python/pytest-xdist/pytest-xdist-1.20.1.ebuild +++ b/dev-python/pytest-xdist/pytest-xdist-1.20.1.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" SLOT="0" LICENSE="MIT" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="test" RDEPEND=" |