From 1665d04d94233c0a3ecdfb9cfc649cfbfc64af3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 9 Jun 2020 20:05:59 +0200 Subject: dev-python/PyQtWebEngine: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/PyQtWebEngine/PyQtWebEngine-5.14.0.ebuild') 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" -- cgit v1.2.3