From: Michał Górny Date: Mon, 6 Apr 2020 19:05:28 +0000 (+0200) Subject: dev-python/sphinx: Reenable python3_6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=eb5457b30eb1736949b3e299847cae7f62c290de;p=gentoo.git dev-python/sphinx: Reenable python3_6 My mistake, apparently only pypy3 fails tests. Signed-off-by: Michał Górny --- 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