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 B3AF51381FA 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 CC2C7E09C4; 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 839C4E0949 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 3B613340266 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 F030518749 for ; Thu, 1 May 2014 22:46:10 +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: <1398983691.205965a44a3318e9eaf09119aa2447f6c36ea180.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/lokalize/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/lokalize/lokalize-4.13.49.9999.ebuild kde-base/lokalize/lokalize-4.9999.ebuild X-VCS-Directories: kde-base/lokalize/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 205965a44a3318e9eaf09119aa2447f6c36ea180 X-VCS-Branch: master Date: Thu, 1 May 2014 22:46:10 +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: 97a0331c-9f02-471c-a1c5-3dbf29892fb5 X-Archives-Hash: ab8d75c4ab1cfa167bc78d8287d11491 commit: 205965a44a3318e9eaf09119aa2447f6c36ea180 Author: Johannes Huber gentoo org> AuthorDate: Thu May 1 22:34:51 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 1 22:34:51 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=205965a4 [kde-base/lokalize] Drop Python 2.6 support Package-Manager: portage-2.2.10 --- kde-base/lokalize/lokalize-4.13.49.9999.ebuild | 2 +- kde-base/lokalize/lokalize-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/lokalize/lokalize-4.13.49.9999.ebuild b/kde-base/lokalize/lokalize-4.13.49.9999.ebuild index 41ab604..3f42453 100644 --- a/kde-base/lokalize/lokalize-4.13.49.9999.ebuild +++ b/kde-base/lokalize/lokalize-4.13.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 KDE_HANDBOOK="optional" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde4-base DESCRIPTION="KDE4 translation tool" diff --git a/kde-base/lokalize/lokalize-4.9999.ebuild b/kde-base/lokalize/lokalize-4.9999.ebuild index 41ab604..3f42453 100644 --- a/kde-base/lokalize/lokalize-4.9999.ebuild +++ b/kde-base/lokalize/lokalize-4.9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 KDE_HANDBOOK="optional" -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-single-r1 kde4-base DESCRIPTION="KDE4 translation tool"