dev-python/sphinx: Enable pypy3

This commit is contained in:
Michał Górny
2016-11-30 18:59:24 +01:00
parent 27ea902f78
commit 4894bcab0a

View File

@@ -4,7 +4,7 @@
EAPI=5
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy)
PYTHON_COMPAT=( python2_7 python3_{4,5} pypy{,3} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1 eutils versionator