commit: 1b402f698e06b7c57bc3e264de64189856424d33
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 9 08:38:49 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Wed Sep 9 09:49:36 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b402f69
dev-python/pytest-capturelog: Add pypy* support
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
index 334222e..33f152a 100644
--- a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
+++ b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild
@@ -3,7 +3,8 @@
# $Id$
EAPI=5
-PYTHON_COMPAT=(python{2_7,3_3,3_4})
+
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
inherit distutils-r1