From: Piotr Karbowski Date: Thu, 19 Dec 2019 20:59:32 +0000 (+0100) Subject: dev-python/sphinx/sphinx-2.0.1: python 3.8 support added. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a3be23b2e1fc71ce9646195fdf943be985b1cfdf;p=gentoo.git dev-python/sphinx/sphinx-2.0.1: python 3.8 support added. Signed-off-by: Piotr Karbowski --- diff --git a/dev-python/sphinx/sphinx-2.0.1.ebuild b/dev-python/sphinx/sphinx-2.0.1.ebuild index 2ac8b67fa3ba..6870a2cdb678 100644 --- a/dev-python/sphinx/sphinx-2.0.1.ebuild +++ b/dev-python/sphinx/sphinx-2.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) +PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1