dev-python/PyQtWebEngine: Drop python2_7

Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2020-08-01 17:12:41 +02:00
parent d82f94a153
commit c7e82d442c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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