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 E689E1381FA for ; Thu, 1 May 2014 22:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15210E0949; Thu, 1 May 2014 22:46:17 +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 CAAEAE09A5 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 1D81C3401FA 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 5226A187A9 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: <1398983879.edda28b1a3aa90c8cbd5b0c285624e76f47bae9e.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/pykde4/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/pykde4/pykde4-4.13.49.9999.ebuild kde-base/pykde4/pykde4-4.9999.ebuild X-VCS-Directories: kde-base/pykde4/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: edda28b1a3aa90c8cbd5b0c285624e76f47bae9e 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: 53afd306-1da1-43df-90d4-f4200ad0e191 X-Archives-Hash: 5cc0b00d71ac8ad93083f86ff50b239b commit: edda28b1a3aa90c8cbd5b0c285624e76f47bae9e Author: Johannes Huber gentoo org> AuthorDate: Thu May 1 22:37:59 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu May 1 22:37:59 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=edda28b1 [kde-base/pykde4] Drop Python 2.6 support Package-Manager: portage-2.2.10 --- kde-base/pykde4/pykde4-4.13.49.9999.ebuild | 2 +- kde-base/pykde4/pykde4-4.9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild index 17144d7..1660dbc 100644 --- a/kde-base/pykde4/pykde4-4.13.49.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.13.49.9999.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) PYTHON_REQ_USE="threads" OPENGL_REQUIRED="always" diff --git a/kde-base/pykde4/pykde4-4.9999.ebuild b/kde-base/pykde4/pykde4-4.9999.ebuild index 17144d7..1660dbc 100644 --- a/kde-base/pykde4/pykde4-4.9999.ebuild +++ b/kde-base/pykde4/pykde4-4.9999.ebuild @@ -3,7 +3,7 @@ # $Header: $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) PYTHON_REQ_USE="threads" OPENGL_REQUIRED="always"