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 DB5AB138263 for ; Wed, 18 May 2016 07:05:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CB93142F4; Wed, 18 May 2016 07:05:28 +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 7A417234004 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 30A11340CA2 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 C7599974 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: <1463553330.653e926e9dcbd498b96a3170d7d4e6740a6a19e3.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/ipykernel/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/ipykernel/ipykernel-9999.ebuild X-VCS-Directories: dev-python/ipykernel/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 653e926e9dcbd498b96a3170d7d4e6740a6a19e3 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: 4535ac89-cff8-4421-b8bf-6d8273937330 X-Archives-Hash: ad2ab3d0e595c10d1f3d498277b70910 commit: 653e926e9dcbd498b96a3170d7d4e6740a6a19e3 Author: Marius Brehler linux sungazer de> AuthorDate: Wed May 18 06:35:30 2016 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Wed May 18 06:35:30 2016 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=653e926e dev-python/ipykernel: Bump to EAPI=6 Package-Manager: portage-2.2.28 dev-python/ipykernel/ipykernel-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/ipykernel/ipykernel-9999.ebuild b/dev-python/ipykernel/ipykernel-9999.ebuild index 42dd936..7517150 100644 --- a/dev-python/ipykernel/ipykernel-9999.ebuild +++ b/dev-python/ipykernel/ipykernel-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} ) PYTHON_REQ_USE="threads(+)"