commit: 653e926e9dcbd498b96a3170d7d4e6740a6a19e3 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Wed May 18 06:35:30 2016 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> 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(+)"