diff options
author | Ilya Tumaykin <itumaykin@gmail.com> | 2017-01-06 22:25:20 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-07 16:48:36 +0200 |
commit | cabde165ca89e992a0d93ce4756ad55fb8198648 (patch) | |
tree | 9215a7cbc8df58864347d36800c1d9a760dcc4cc /dev-python | |
parent | dev-python/ansicolor: add python3_5 support (diff) | |
download | gentoo-cabde165ca89e992a0d93ce4756ad55fb8198648.tar.gz gentoo-cabde165ca89e992a0d93ce4756ad55fb8198648.tar.bz2 gentoo-cabde165ca89e992a0d93ce4756ad55fb8198648.zip |
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
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/virtualenv-clone/virtualenv-clone-0.2.6.ebuild | 6 |
1 files 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 0a29b72bc25f..b7d52ec4f84e 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 |