diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-07-16 15:17:49 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-07-16 15:19:27 +0200 |
commit | 6ad5ea1002f0fa4ac10e5287d3c3dc0884dcb4c4 (patch) | |
tree | 668bed8974fa391701dee2671c2d4f044286d9e7 /dev-python/pytest | |
parent | dev-python/more-itertools: Tested on ~amd64-fbsd (diff) | |
download | gentoo-6ad5ea1002f0fa4ac10e5287d3c3dc0884dcb4c4.tar.gz gentoo-6ad5ea1002f0fa4ac10e5287d3c3dc0884dcb4c4.tar.bz2 gentoo-6ad5ea1002f0fa4ac10e5287d3c3dc0884dcb4c4.zip |
dev-python/pytest: Restore ~amd64-fbsd keyword
Diffstat (limited to 'dev-python/pytest')
-rw-r--r-- | dev-python/pytest/pytest-3.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest/pytest-3.6.3.ebuild b/dev-python/pytest/pytest-3.6.3.ebuild index fcf42f682c5b..ddc1b0c04865 100644 --- a/dev-python/pytest/pytest-3.6.3.ebuild +++ b/dev-python/pytest/pytest-3.6.3.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-fbsd" # doc apparently requires sphinxcontrib_trio, not yet packaged IUSE="test" # doc |