commit: d71e5f82a089aa618aecbf155929433cf49e4123 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Wed Sep 9 08:37:32 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Wed Sep 9 09:49:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d71e5f82
dev-python/process-tests: Add pypy* support Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/process-tests/process-tests-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fe037f6..ed80beb 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