summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-09 20:05:59 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-09 21:46:53 +0200
commit1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f (patch)
tree6fea1f743ead0290a7a70e77562582cfdef7b38e /dev-python
parentdev-lang/python: Bump to 3.9.0b2 (diff)
downloadgentoo-1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f.tar.gz
gentoo-1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f.tar.bz2
gentoo-1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f.zip
dev-python/PyQtWebEngine: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild b/dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild
index 7bd5ea4f81cd..a201f95fba0e 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"