diff options
author | Ian Delaney <idella4@gentoo.org> | 2016-04-14 10:48:54 +0800 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2016-04-14 12:47:42 +0800 |
commit | c4178de61084124638252a9ec08077ace23f12a5 (patch) | |
tree | 6fc691b05cc66bbca5a3d4debe7b54fb74d82c11 /dev-python/biplist | |
parent | net-fs/nfs-utils: fix building w/newer glibc #579884 (diff) | |
download | gentoo-c4178de61084124638252a9ec08077ace23f12a5.tar.gz gentoo-c4178de61084124638252a9ec08077ace23f12a5.tar.bz2 gentoo-c4178de61084124638252a9ec08077ace23f12a5.zip |
dev-python/biplist: add py3.5 support to vn. 1.0.1, bump to EAPI 6
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/biplist')
-rw-r--r-- | dev-python/biplist/biplist-1.0.1.ebuild | 6 |
1 files 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 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 |