From eb5457b30eb1736949b3e299847cae7f62c290de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 6 Apr 2020 21:05:28 +0200 Subject: [PATCH] dev-python/sphinx: Reenable python3_6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit My mistake, apparently only pypy3 fails tests. Signed-off-by: Michał Górny --- dev-python/sphinx/sphinx-3.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2