summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/pytest-cov/ChangeLog5
-rw-r--r--dev-python/pytest-cov/pytest-cov-1.6.ebuild4
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=""