diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-10-24 14:37:38 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-24 14:37:38 +0000 |
commit | 21ed3b6589f7df3923ffd043ee035e5a75e2612c (patch) | |
tree | 860d9ca5938d2eb829a366bff02de44b164b1f98 /dev-python/pytest-cov | |
parent | Keyword ~ppc ~ppc64, bug #525562 (diff) | |
download | gentoo-2-21ed3b6589f7df3923ffd043ee035e5a75e2612c.tar.gz gentoo-2-21ed3b6589f7df3923ffd043ee035e5a75e2612c.tar.bz2 gentoo-2-21ed3b6589f7df3923ffd043ee035e5a75e2612c.zip |
Keyword ~ppc ~ppc64, bug #525562
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-python/pytest-cov')
-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 c699e69bb09c..cfdc271d29a2 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.8 2014/10/20 17:20:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.9 2014/10/24 14:37:38 blueness Exp $ + + 24 Oct 2014; Anthony G. Basile <blueness@gentoo.org> pytest-cov-1.6.ebuild: + Keyword ~ppc ~ppc64, bug #525562 20 Oct 2014; Jeroen Roovers <jer@gentoo.org> pytest-cov-1.6.ebuild: Marked ~hppa (bug #525562). diff --git a/dev-python/pytest-cov/pytest-cov-1.6.ebuild b/dev-python/pytest-cov/pytest-cov-1.6.ebuild index 0e489ba5e586..934c813b2633 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.8 2014/10/20 17:20:10 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.9 2014/10/24 14:37:38 blueness 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 ~hppa ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm ~hppa ~x86 ~ppc ~ppc64 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |