From 6545587232e5fadbec05c4f80a1ff7b55d908061 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 5 Feb 2020 21:29:17 +0100 Subject: dev-python/PythonQt: Remove py2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/PythonQt/PythonQt-3.2.ebuild | 2 +- dev-python/PythonQt/PythonQt-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/PythonQt') diff --git a/dev-python/PythonQt/PythonQt-3.2.ebuild b/dev-python/PythonQt/PythonQt-3.2.ebuild index e6f1e98cc5aa..9421d91aa5a1 100644 --- a/dev-python/PythonQt/PythonQt-3.2.ebuild +++ b/dev-python/PythonQt/PythonQt-3.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) MY_P=${PN}${PV} diff --git a/dev-python/PythonQt/PythonQt-9999.ebuild b/dev-python/PythonQt/PythonQt-9999.ebuild index 121aa21e910e..e142455bfc08 100644 --- a/dev-python/PythonQt/PythonQt-9999.ebuild +++ b/dev-python/PythonQt/PythonQt-9999.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) MY_P=${PN}${PV} -- cgit v1.2.3-65-gdbad