diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-10-16 12:02:33 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-10-16 12:02:33 +0000 |
commit | 81b1eacf68bf58b3b6a0fa46479939b292d6b2be (patch) | |
tree | 77b19dead0a7903b834cdc9a901abda2b516aa29 /dev-python | |
parent | bump; tidy to deps, rm old (diff) | |
download | gentoo-2-81b1eacf68bf58b3b6a0fa46479939b292d6b2be.tar.gz gentoo-2-81b1eacf68bf58b3b6a0fa46479939b292d6b2be.tar.bz2 gentoo-2-81b1eacf68bf58b3b6a0fa46479939b292d6b2be.zip |
add keywords for prefix
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pytest-cov/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pytest-cov/pytest-cov-1.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pytest-cov/ChangeLog b/dev-python/pytest-cov/ChangeLog index 9b018af566fe..4e322888f57c 100644 --- a/dev-python/pytest-cov/ChangeLog +++ b/dev-python/pytest-cov/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pytest-cov # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.6 2014/09/27 11:35:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.7 2014/10/16 12:02:33 idella4 Exp $ + + 16 Oct 2014; Ian Delaney <idella4@gentoo.org> pytest-cov-1.6.ebuild: + add keywords for prefix 27 Sep 2014; Markus Meier <maekke@gentoo.org> pytest-cov-1.6.ebuild: add ~arm, bug #521954 diff --git a/dev-python/pytest-cov/pytest-cov-1.6.ebuild b/dev-python/pytest-cov/pytest-cov-1.6.ebuild index 826508f7a1d1..83d6cae5f60b 100644 --- a/dev-python/pytest-cov/pytest-cov-1.6.ebuild +++ b/dev-python/pytest-cov/pytest-cov-1.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.6 2014/09/27 11:35:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.7 2014/10/16 12:02:33 idella4 Exp $ EAPI="5" @@ -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-linux ~x86-linux" IUSE="" DEPEND="" |