commit: c4178de61084124638252a9ec08077ace23f12a5 Author: Ian Delaney <idella4 <AT> gentoo <DOT> org> AuthorDate: Thu Apr 14 02:48:54 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Thu Apr 14 04:47:42 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4178de6
dev-python/biplist: add py3.5 support to vn. 1.0.1, bump to EAPI 6 Package-Manager: portage-2.2.28 dev-python/biplist/biplist-1.0.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/biplist/biplist-1.0.1.ebuild b/dev-python/biplist/biplist-1.0.1.ebuild index a4bc079..ae3e36c 100644 --- a/dev-python/biplist/biplist-1.0.1.ebuild +++ b/dev-python/biplist/biplist-1.0.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1