commit: 1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 18:05:59 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 19:46:53 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1665d04d
dev-python/PyQtWebEngine: Port to py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild
b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild
index 7bd5ea4f81c..a201f95fba0 100644
--- a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild
+++ b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} )
+PYTHON_COMPAT=( python2_7 python3_{6..9} )
inherit python-r1 qmake-utils
DESCRIPTION="Python bindings for QtWebEngine"