commit: 6545587232e5fadbec05c4f80a1ff7b55d908061
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 20:29:17 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 20:47:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65455872
dev-python/PythonQt: Remove py2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/PythonQt/PythonQt-3.2.ebuild | 2 +-
dev-python/PythonQt/PythonQt-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/PythonQt/PythonQt-3.2.ebuild
b/dev-python/PythonQt/PythonQt-3.2.ebuild
index e6f1e98cc5a..9421d91aa5a 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 121aa21e910..e142455bfc0 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}