diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-02-22 16:49:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-22 16:52:40 +0100 |
commit | dfc5c7684a9503c8c562afea976a0f430cc8d56b (patch) | |
tree | f13bca5ac0a4cbf2daed8e98388f75df8e452d8b /dev-python/pytest-cov | |
parent | dev-python/pytest-capturelog: Keyword ~amd64-fbsd (diff) | |
download | gentoo-dfc5c7684a9503c8c562afea976a0f430cc8d56b.tar.gz gentoo-dfc5c7684a9503c8c562afea976a0f430cc8d56b.tar.bz2 gentoo-dfc5c7684a9503c8c562afea976a0f430cc8d56b.zip |
dev-python/pytest-cov: Tested on ~amd64-fbsd (bug #643214)
Tests fail the usual way, that is most of them pass when pytest-cov is
already installed.
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild index 6a553e46e149..e095ad0d6dbc 100644 --- a/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild +++ b/dev-python/pytest-cov/pytest-cov-2.5.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd" IUSE="doc test" RDEPEND=" |