dev-python/sphinxcontrib-qthelp-1.0.2: python 3.8 support added.

Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
This commit is contained in:
Piotr Karbowski
2019-12-19 21:39:41 +01:00
parent 32f8c9b3fe
commit c63f74abd8

View File

@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{5,6,7} pypy3 )
PYTHON_COMPAT=( python3_{5,6,7,8} pypy3 )
inherit distutils-r1