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 AA374138330 for ; Mon, 1 Jan 2018 03:12:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0E57E0871; Mon, 1 Jan 2018 03:12:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B290FE0871 for ; Mon, 1 Jan 2018 03:12:18 +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 04C2D335C2C for ; Mon, 1 Jan 2018 03:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 80D06147 for ; Mon, 1 Jan 2018 03:12:15 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1514776327.0a6e6665044d02ade89cc2ffc6a8d26db34897df.kensington@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.10.0.ebuild dev-qt/qtdeclarative/qtdeclarative-5.10.9999.ebuild dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild X-VCS-Directories: dev-qt/qtdeclarative/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 0a6e6665044d02ade89cc2ffc6a8d26db34897df X-VCS-Branch: master Date: Mon, 1 Jan 2018 03:12:15 +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-Archives-Salt: 2747b5ac-00a1-4e92-acfc-c91334d28253 X-Archives-Hash: b869aaab335c39426ee1ba223d332453 commit: 0a6e6665044d02ade89cc2ffc6a8d26db34897df Author: Pacho Ramos gentoo org> AuthorDate: Mon Jan 1 03:11:42 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jan 1 03:12:07 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=0a6e6665 dev-qt/qtdeclarative: Add support for newer python Package-Manager: Portage-2.3.14, Repoman-2.3.6 dev-qt/qtdeclarative/qtdeclarative-5.10.0.ebuild | 4 ++-- dev-qt/qtdeclarative/qtdeclarative-5.10.9999.ebuild | 4 ++-- dev-qt/qtdeclarative/qtdeclarative-5.9.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.10.0.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.10.0.ebuild index 23c47148..985b6923 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.10.0.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.10.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.10.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.10.9999.ebuild index 23c47148..985b6923 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.10.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.10.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework" diff --git a/dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild b/dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild index 23c47148..985b6923 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.9.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) 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 23c47148..985b6923 100644 --- a/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild +++ b/dev-qt/qtdeclarative/qtdeclarative-5.9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit python-any-r1 qt5-build DESCRIPTION="The QML and Quick modules for the Qt5 framework"