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 262FD1381FA for ; Thu, 1 May 2014 22:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94E47E09A5; Thu, 1 May 2014 22:46:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9545EE09B1 for ; Thu, 1 May 2014 22:46:15 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 406B9340267 for ; Thu, 1 May 2014 22:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 3687D187A8 for ; Thu, 1 May 2014 22:46:11 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1398983825.eabc510970b228b832915953365fdb38f94bb922.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild X-VCS-Directories: kde-base/plasma-workspace/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: eabc510970b228b832915953365fdb38f94bb922 X-VCS-Branch: master Date: Thu, 1 May 2014 22:46:11 +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: db44652f-5e31-4619-a083-f63d849e8ee0 X-Archives-Hash: 75cc146170ad8068cf0c019ded98ea3c commit: eabc510970b228b832915953365fdb38f94bb922 Author: Johannes Huber gentoo org> AuthorDate: Thu May 1 22:37:05 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 1 22:37:05 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eabc5109 [kde-base/plasma-workspace] Drop Python 2.6 support Package-Manager: portage-2.2.10 --- kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild index d5d67ab..ed3b700 100644 --- a/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild +++ b/kde-base/plasma-workspace/plasma-workspace-4.11.49.9999.ebuild @@ -8,7 +8,7 @@ DECLARATIVE_REQUIRED="always" KDE_HANDBOOK="optional" KMNAME="kde-workspace" KMMODULE="plasma" -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) OPENGL_REQUIRED="always" inherit python-single-r1 kde4-meta