commit: cabde165ca89e992a0d93ce4756ad55fb8198648 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Fri Jan 6 19:25:20 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Jan 7 14:48:36 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabde165
dev-python/virtualenv-clone: add python3_5 support Build succeeds, no testsuite, cloning virtualenv works. Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3355 dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild index 0a29b72..b7d52ec 100644 --- a/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild +++ b/dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1
