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 6D4E6138263 for ; Wed, 18 May 2016 07:05:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45271234002; Wed, 18 May 2016 07:05:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E3E80234006 for ; Wed, 18 May 2016 07:05:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 991EA340CAB for ; Wed, 18 May 2016 07:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2CC5972 for ; Wed, 18 May 2016 07:05:23 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1463553164.50c2ca440db5911e3e13441d5dd8a1a33ea35829.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/pickleshare/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/pickleshare/pickleshare-9999.ebuild X-VCS-Directories: dev-python/pickleshare/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 50c2ca440db5911e3e13441d5dd8a1a33ea35829 X-VCS-Branch: master Date: Wed, 18 May 2016 07:05:23 +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: 38100263-ee4c-4bce-bfec-5152d5067f67 X-Archives-Hash: 36e407c747ab5308c122f4a9ec46c54e commit: 50c2ca440db5911e3e13441d5dd8a1a33ea35829 Author: Marius Brehler linux sungazer de> AuthorDate: Wed May 18 06:32:44 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed May 18 06:32:44 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=50c2ca44 dev-python/pickleshare: Bump to EAPI=6 Package-Manager: portage-2.2.28 dev-python/pickleshare/pickleshare-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pickleshare/pickleshare-9999.ebuild b/dev-python/pickleshare/pickleshare-9999.ebuild index 1ae333c..f0ebb1a 100644 --- a/dev-python/pickleshare/pickleshare-9999.ebuild +++ b/dev-python/pickleshare/pickleshare-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 PYTHON_COMPAT=( python2_7 python3_{3,4,5} )