From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0412B1381F3 for ; Thu, 8 Aug 2013 10:53:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1D41E0B10; Thu, 8 Aug 2013 10:53:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 20D66E0B13 for ; Thu, 8 Aug 2013 10:53:49 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05AC333EB4E for ; Thu, 8 Aug 2013 10:53:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 7A0E6E468F for ; Thu, 8 Aug 2013 10:53:46 +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: <1375958817.4195efd9c9452cfdd5026c98dbb4c80f58cdfc4f.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebkit/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebkit/qtwebkit-5.1.0.ebuild dev-qt/qtwebkit/qtwebkit-5.1.9999.ebuild dev-qt/qtwebkit/qtwebkit-5.9999.ebuild X-VCS-Directories: dev-qt/qtwebkit/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4195efd9c9452cfdd5026c98dbb4c80f58cdfc4f X-VCS-Branch: master Date: Thu, 8 Aug 2013 10:53:46 +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: ada06b60-0377-4eb0-9e83-f6bcf71f2e5c X-Archives-Hash: 47f696a766feec643cdcdbc746f4afe3 commit: 4195efd9c9452cfdd5026c98dbb4c80f58cdfc4f Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 8 10:46:57 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 8 10:46:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=4195efd9 [dev-qt/qtwebkit] Remove support for deprecated python versions. Package-Manager: portage-2.1.13.6 --- dev-qt/qtwebkit/qtwebkit-5.1.0.ebuild | 2 +- dev-qt/qtwebkit/qtwebkit-5.1.9999.ebuild | 2 +- dev-qt/qtwebkit/qtwebkit-5.9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtwebkit/qtwebkit-5.1.0.ebuild b/dev-qt/qtwebkit/qtwebkit-5.1.0.ebuild index ada20c1..7995e2f 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.1.0.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.1.0.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-any-r1 qt5-build diff --git a/dev-qt/qtwebkit/qtwebkit-5.1.9999.ebuild b/dev-qt/qtwebkit/qtwebkit-5.1.9999.ebuild index ada20c1..7995e2f 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.1.9999.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.1.9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-any-r1 qt5-build diff --git a/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild b/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild index ada20c1..7995e2f 100644 --- a/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild +++ b/dev-qt/qtwebkit/qtwebkit-5.9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_5,2_6,2_7} ) +PYTHON_COMPAT=( python{2_6,2_7} ) inherit python-any-r1 qt5-build