summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Karbowski <slashbeast@gentoo.org>2019-12-19 21:59:32 +0100
committerPiotr Karbowski <slashbeast@gentoo.org>2019-12-19 22:39:06 +0100
commita3be23b2e1fc71ce9646195fdf943be985b1cfdf (patch)
tree1938c198d79332790045557ccb3722d31361b8d3 /dev-python/sphinx
parentdev-python/sphinx_rtd_theme-0.2.4: python 3.8 support added. (diff)
downloadgentoo-a3be23b2e1fc71ce9646195fdf943be985b1cfdf.tar.gz
gentoo-a3be23b2e1fc71ce9646195fdf943be985b1cfdf.tar.bz2
gentoo-a3be23b2e1fc71ce9646195fdf943be985b1cfdf.zip
dev-python/sphinx/sphinx-2.0.1: python 3.8 support added.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'dev-python/sphinx')
-rw-r--r--dev-python/sphinx/sphinx-2.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
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