From: Ian Delaney Date: Thu, 14 Apr 2016 02:48:54 +0000 (+0800) Subject: dev-python/biplist: add py3.5 support to vn. 1.0.1, bump to EAPI 6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c4178de61084124638252a9ec08077ace23f12a5;p=gentoo.git dev-python/biplist: add py3.5 support to vn. 1.0.1, bump to EAPI 6 Package-Manager: portage-2.2.28 --- diff --git a/dev-python/biplist/biplist-1.0.1.ebuild b/dev-python/biplist/biplist-1.0.1.ebuild index a4bc079514dd..ae3e36cc4347 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