summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-11-30 18:59:24 +0100
committerMichał Górny <mgorny@gentoo.org>2016-11-30 19:05:45 +0100
commit4894bcab0ab90322b8b3191b46887fd476c60f23 (patch)
treeec9c62c78f13ac77e00d23081f914deec78e8e46
parentdev-python/sphinx_rtd_theme: Enable pypy3 (diff)
downloadgentoo-4894bcab0ab90322b8b3191b46887fd476c60f23.tar.gz
gentoo-4894bcab0ab90322b8b3191b46887fd476c60f23.tar.bz2
gentoo-4894bcab0ab90322b8b3191b46887fd476c60f23.zip
dev-python/sphinx: Enable pypy3
-rw-r--r--dev-python/sphinx/sphinx-1.3.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-1.3.5.ebuild b/dev-python/sphinx/sphinx-1.3.5.ebuild
index 41a6307bad91..fd88c7f3ae6a 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