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 B56131381FA for ; Thu, 1 May 2014 22:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AEEBDE09A2; Thu, 1 May 2014 22:46:15 +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 E70F4E0949 for ; Thu, 1 May 2014 22:46:14 +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 1C84D340163 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 C3C13187AD 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: <1398984196.a002b552cb3909b74edc45fd5c5657b149f237cc.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-misc/wicd-client-kde/ X-VCS-Repository: proj/kde X-VCS-Files: kde-misc/wicd-client-kde/wicd-client-kde-9999.ebuild X-VCS-Directories: kde-misc/wicd-client-kde/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a002b552cb3909b74edc45fd5c5657b149f237cc 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: 35b7f443-41df-44dc-ab7a-3cec336ec003 X-Archives-Hash: ec795779baf4dc24792a211b53dadaed commit: a002b552cb3909b74edc45fd5c5657b149f237cc Author: Johannes Huber gentoo org> AuthorDate: Thu May 1 22:43:16 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 1 22:43:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a002b552 [kde-misc/wicd-client-kde] Drop Python 2.6 support Package-Manager: portage-2.2.10 --- kde-misc/wicd-client-kde/wicd-client-kde-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-misc/wicd-client-kde/wicd-client-kde-9999.ebuild b/kde-misc/wicd-client-kde/wicd-client-kde-9999.ebuild index 71d3dd2..17edc4b 100644 --- a/kde-misc/wicd-client-kde/wicd-client-kde-9999.ebuild +++ b/kde-misc/wicd-client-kde/wicd-client-kde-9999.ebuild @@ -8,7 +8,7 @@ KDE_LINGUAS="cs da de el en_GB es et fr hu it lt nb nds nl pa pl pt pt_BR ru sv uk zh_CN zh_TW" EGIT_REPONAME="wicd-kde" MY_P=${P/-client/} -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde4-base DESCRIPTION="Wicd client built on the KDE Development Platform"