commit: 4894bcab0ab90322b8b3191b46887fd476c60f23
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 30 17:59:24 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 18:05:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4894bcab
dev-python/sphinx: Enable pypy3
dev-python/sphinx/sphinx-1.3.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sphinx/sphinx-1.3.5.ebuild
b/dev-python/sphinx/sphinx-1.3.5.ebuild
index 41a6307..fd88c7f 100644
--- a/dev-python/sphinx/sphinx-1.3.5.ebuild
+++ b/dev-python/sphinx/sphinx-1.3.5.ebuild
@@ -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