diff options
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} |