dev-python/sphinx/sphinx-2.0.1: python 3.8 support added.

Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2019-12-19 21:59:32 +01:00
parent 5a3f0bdc4e
commit a3be23b2e1

View File

@@ -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