From: Michał Górny Date: Mon, 10 Feb 2020 13:04:50 +0000 (+0100) Subject: dev-qt/qtdeclarative: Remove py2 where possible X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=dc9316bc7b1f9d59984195d0d779c0a0d404370d;p=gentoo.git dev-qt/qtdeclarative: Remove py2 where possible Signed-off-by: Michał Górny --- 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"