From: Justin Lecher Date: Wed, 9 Sep 2015 08:37:32 +0000 (+0200) Subject: dev-python/process-tests: Add pypy* support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d71e5f82a089aa618aecbf155929433cf49e4123;p=gentoo.git dev-python/process-tests: Add pypy* support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher --- diff --git a/dev-python/process-tests/process-tests-1.1.0.ebuild b/dev-python/process-tests/process-tests-1.1.0.ebuild index fe037f620fc0..ed80beb0b9b4 100644 --- a/dev-python/process-tests/process-tests-1.1.0.ebuild +++ b/dev-python/process-tests/process-tests-1.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) inherit distutils-r1