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 188691381FA for ; Thu, 1 May 2014 22:46:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B466E09B1; 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 EA8BFE09A2 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 23292340263 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 6E5EB187AA 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: <1398983942.d0da072645e3b8e2a866876e26146acca2495478.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/superkaramba/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild kde-base/superkaramba/superkaramba-4.9999.ebuild X-VCS-Directories: kde-base/superkaramba/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d0da072645e3b8e2a866876e26146acca2495478 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: 71a980ad-46c1-4472-b35a-8fcd15deb54c X-Archives-Hash: 5d01e5ef0bb47e47ba59c814b6ebebc6 commit: d0da072645e3b8e2a866876e26146acca2495478 Author: Johannes Huber gentoo org> AuthorDate: Thu May 1 22:39:02 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 1 22:39:02 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=d0da0726 [kde-base/superkaramba] Drop Python 2.6 support Package-Manager: portage-2.2.10 --- kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild | 2 +- kde-base/superkaramba/superkaramba-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild b/kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild index 13050b3..0e4e60c 100644 --- a/kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild +++ b/kde-base/superkaramba/superkaramba-4.13.49.9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde4-base DESCRIPTION="A tool to create interactive applets for the KDE desktop." diff --git a/kde-base/superkaramba/superkaramba-4.9999.ebuild b/kde-base/superkaramba/superkaramba-4.9999.ebuild index 13050b3..0e4e60c 100644 --- a/kde-base/superkaramba/superkaramba-4.9999.ebuild +++ b/kde-base/superkaramba/superkaramba-4.9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde4-base DESCRIPTION="A tool to create interactive applets for the KDE desktop."