commit: c78ea4611e4e4d8f9530fe889f012eb2fc86ac17
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 18:20:56 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 18:52:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c78ea461
dev-python/virtualenv: Enable pypy3
dev-python/virtualenv/virtualenv-15.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/virtualenv/virtualenv-15.1.0.ebuild
b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
index 3db5411..b5c41f5 100644
--- a/dev-python/virtualenv/virtualenv-15.1.0.ebuild
+++ b/dev-python/virtualenv/virtualenv-15.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
inherit distutils-r1