dev-python/PyQtWebEngine: add python3_8

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
This commit is contained in:
Davide Pesavento
2019-12-27 04:09:59 +01:00
parent f61b4783e6
commit 024871c8bb

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
PYTHON_COMPAT=( python2_7 python3_{5,6,7,8} )
inherit python-r1 qmake-utils
DESCRIPTION="Python bindings for QtWebEngine"