diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:48:32 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-02-23 19:48:32 +0100 |
commit | ed1d9ba52e9e36c976a08522355250886e646835 (patch) | |
tree | 5a991e99abe28eb6814a6d4a84ef268b90f969f7 /dev-python/vcstools | |
parent | dev-python/vcstools: remove old (diff) | |
download | gentoo-ed1d9ba52e9e36c976a08522355250886e646835.tar.gz gentoo-ed1d9ba52e9e36c976a08522355250886e646835.tar.bz2 gentoo-ed1d9ba52e9e36c976a08522355250886e646835.zip |
dev-python/vcstools: add python 3.5 support
Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-python/vcstools')
-rw-r--r-- | dev-python/vcstools/vcstools-0.1.38.ebuild | 2 | ||||
-rw-r--r-- | dev-python/vcstools/vcstools-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/vcstools/vcstools-0.1.38.ebuild b/dev-python/vcstools/vcstools-0.1.38.ebuild index d7a8169479ef..29cfdfaf9691 100644 --- a/dev-python/vcstools/vcstools-0.1.38.ebuild +++ b/dev-python/vcstools/vcstools-0.1.38.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/vcstools/vcstools-9999.ebuild b/dev-python/vcstools/vcstools-9999.ebuild index d7a8169479ef..29cfdfaf9691 100644 --- a/dev-python/vcstools/vcstools-9999.ebuild +++ b/dev-python/vcstools/vcstools-9999.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then |