diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:29:17 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:47:07 +0100 |
commit | 6545587232e5fadbec05c4f80a1ff7b55d908061 (patch) | |
tree | 7387dee657d03a0875d0a28772a136b27fcaeb32 /dev-python/PythonQt | |
parent | dev-python/python-poppler-qt5: Remove py2 (diff) | |
download | gentoo-6545587232e5fadbec05c4f80a1ff7b55d908061.tar.gz gentoo-6545587232e5fadbec05c4f80a1ff7b55d908061.tar.bz2 gentoo-6545587232e5fadbec05c4f80a1ff7b55d908061.zip |
dev-python/PythonQt: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PythonQt')
-rw-r--r-- | dev-python/PythonQt/PythonQt-3.2.ebuild | 2 | ||||
-rw-r--r-- | 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 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} |