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 0BEFB138335 for ; Sun, 13 Oct 2019 21:56:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F792E0833; Sun, 13 Oct 2019 21:56:07 +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 1757DE0833 for ; Sun, 13 Oct 2019 21:56:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A32D934BCBF for ; Sun, 13 Oct 2019 21:56:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 860E6840 for ; Sun, 13 Oct 2019 21:56:03 +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: <1571003711.e5d46f440385ee85d25d08e31f88e242c013cbb6.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.13.1.ebuild dev-qt/qtdeclarative/qtdeclarative-5.13.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: e5d46f440385ee85d25d08e31f88e242c013cbb6 X-VCS-Branch: master Date: Sun, 13 Oct 2019 21:56:03 +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: c020df0e-0000-4d21-82c0-8a144f526c55 X-Archives-Hash: 3efcd6a103ae37451b4c02e3f235ee71 commit: e5d46f440385ee85d25d08e31f88e242c013cbb6 Author: Arfrever Frehtes Taifersar Arahesis Apache Org> AuthorDate: Sat Oct 12 01:44:48 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 13 21:55:11 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=e5d46f44 dev-qt/qtdeclarative: Drop unsupported python3_4 from PYTHON_COMPAT Signed-off-by: Arfrever Frehtes Taifersar Arahesis Apache.Org> dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild | 4 ++-- dev-qt/qtdeclarative/qtdeclarative-5.13.1.ebuild | 4 ++-- dev-qt/qtdeclarative/qtdeclarative-5.13.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 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild index c208c86f..4d1a907e 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.12.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2009-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,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.1.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.13.1.ebuild index c208c86f..4d1a907e 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.13.1.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.13.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2009-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,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.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.13.9999.ebuild index c208c86f..4d1a907e 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.13.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.13.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2009-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,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.14.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild index c208c86f..4d1a907e 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.14.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2009-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,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.15.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild index c208c86f..4d1a907e 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.15.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2009-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,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.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild index c208c86f..4d1a907e 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 2009-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework"