From: Justin Lecher Date: Wed, 9 Sep 2015 08:38:49 +0000 (+0200) Subject: dev-python/pytest-capturelog: Add pypy* support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1b402f698e06b7c57bc3e264de64189856424d33;p=gentoo.git dev-python/pytest-capturelog: Add pypy* support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild b/dev-python/pytest-capturelog/pytest-capturelog-0.7.ebuild index 334222ed0840..33f152a910f2 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