From dc9316bc7b1f9d59984195d0d779c0a0d404370d Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 10 Feb 2020 14:04:50 +0100 Subject: dev-qt/qtdeclarative: Remove py2 where possible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-qt/qtdeclarative/qtdeclarative-5.12.3.ebuild | 2 +- dev-qt/qtdeclarative/qtdeclarative-5.13.2-r1.ebuild | 2 +- dev-qt/qtdeclarative/qtdeclarative-5.13.2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'dev-qt/qtdeclarative') 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" -- cgit v1.2.3-65-gdbad