From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 77B1F138346 for ; Mon, 6 Jan 2020 00:05:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BBF08E0956; Mon, 6 Jan 2020 00:05:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BE74AE095D for ; Mon, 6 Jan 2020 00:05:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D09CD34DE1E for ; Mon, 6 Jan 2020 00:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E7478C for ; Mon, 6 Jan 2020 00:05:39 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1578269067.9e697977b2bcd41910c93df1fb77c8fea9139abc.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtdeclarative/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9e697977b2bcd41910c93df1fb77c8fea9139abc X-VCS-Branch: master Date: Mon, 6 Jan 2020 00:05:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f0ff20a8-8b17-4104-aed4-4620ee119bd0 X-Archives-Hash: 64fe3cac095b2d9699764f9f53b0e8a5 commit: 9e697977b2bcd41910c93df1fb77c8fea9139abc Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 6 00:04:27 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Jan 6 00:04:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=9e697977 dev-qt/qtdeclarative: Drop python2_7, add python3_8 python3_8 was tested by Arfrever. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild | 4 ++-- dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild | 4 ++-- dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild | 4 ++-- dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild index 0c9e7da8..a70c3d60 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 2009-2019 Gentoo Authors +# Copyright 2009-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild index 0c9e7da8..a70c3d60 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 2009-2019 Gentoo Authors +# Copyright 2009-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild index 0c9e7da8..a70c3d60 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 2009-2019 Gentoo Authors +# Copyright 2009-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild index 0c9e7da8..a70c3d60 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 2009-2019 Gentoo Authors +# Copyright 2009-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework"