summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-06 21:05:28 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-06 21:06:07 +0200
commiteb5457b30eb1736949b3e299847cae7f62c290de (patch)
treecb59d3d3dae5b255b18b4edbd4d2ea3c4cb1780f /dev-python/sphinx
parentmate-base/mate-panel: Adjust X flags/deps (diff)
downloadgentoo-eb5457b30eb1736949b3e299847cae7f62c290de.tar.gz
gentoo-eb5457b30eb1736949b3e299847cae7f62c290de.tar.bz2
gentoo-eb5457b30eb1736949b3e299847cae7f62c290de.zip
dev-python/sphinx: Reenable python3_6
My mistake, apparently only pypy3 fails tests. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-3.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphinx/sphinx-3.0.0.ebuild b/dev-python/sphinx/sphinx-3.0.0.ebuild
index b4d0a3217dc1..c5058d4ee17b 100644
--- a/dev-python/sphinx/sphinx-3.0.0.ebuild
+++ b/dev-python/sphinx/sphinx-3.0.0.ebuild
@@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{6,7,8} )
PYTHON_REQ_USE="threads(+)"
inherit distutils-r1