diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:04:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:25:52 +0100 |
commit | dc9316bc7b1f9d59984195d0d779c0a0d404370d (patch) | |
tree | ed819b32a2660f25c7d9b82ddd2428b5d183f6b3 /dev-qt | |
parent | dev-ml/llvm-ocaml: Remove py2 where possible (diff) | |
download | gentoo-dc9316bc7b1f9d59984195d0d779c0a0d404370d.tar.gz gentoo-dc9316bc7b1f9d59984195d0d779c0a0d404370d.tar.bz2 gentoo-dc9316bc7b1f9d59984195d0d779c0a0d404370d.zip |
dev-qt/qtdeclarative: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.12.3.ebuild | 2 | ||||
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.12.3.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.12.3.ebuild index 18a154ce0efd..a7368d05b92d 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.12.3.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.12.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild index 5387fa55405a..3662b3d4ce88 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild index c23608c1066b..50821d0e0011 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" |