summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-08-27 08:22:32 +0000
committerIan Delaney <idella4@gentoo.org>2014-08-27 08:22:32 +0000
commitecebc38194484ac9d032ce97e2e565921c58f09f (patch)
treeee9c5169ab109b963f89ee17823e0feb45b780eb /dev-python/pytest-cov
parentadd keyword ~x86, pypy support (diff)
downloadgentoo-2-ecebc38194484ac9d032ce97e2e565921c58f09f.tar.gz
gentoo-2-ecebc38194484ac9d032ce97e2e565921c58f09f.tar.bz2
gentoo-2-ecebc38194484ac9d032ce97e2e565921c58f09f.zip
add keyword ~x86, pypy support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pytest-cov')
-rw-r--r--dev-python/pytest-cov/ChangeLog5
-rw-r--r--dev-python/pytest-cov/pytest-cov-1.6.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/pytest-cov/ChangeLog b/dev-python/pytest-cov/ChangeLog
index cbf9e173720f..72e3307a826a 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.4 2014/04/02 20:53:08 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/ChangeLog,v 1.5 2014/08/27 08:22:32 idella4 Exp $
+
+ 27 Aug 2014; Ian Delaney <idella4@gentoo.org> pytest-cov-1.6.ebuild:
+ add keyword ~x86, pypy support
02 Apr 2014; Patrick McLean <chutzpah@gentoo.org> pytest-cov-1.6.ebuild:
Add python3_4 support.
diff --git a/dev-python/pytest-cov/pytest-cov-1.6.ebuild b/dev-python/pytest-cov/pytest-cov-1.6.ebuild
index 07469d5d7dcd..2cd7ab7258fe 100644
--- a/dev-python/pytest-cov/pytest-cov-1.6.ebuild
+++ b/dev-python/pytest-cov/pytest-cov-1.6.ebuild
@@ -1,10 +1,10 @@
# 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.4 2014/04/02 20:53:08 chutzpah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest-cov/pytest-cov-1.6.ebuild,v 1.5 2014/08/27 08:22:32 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=(python{2_7,3_{2,3,4}})
+PYTHON_COMPAT=( python{2_7,3_{2,3,4}} pypy )
inherit distutils-r1
DESCRIPTION="py.test plugin for coverage reporting"
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""