From: Alexis Ballier Date: Tue, 23 Feb 2016 18:48:32 +0000 (+0100) Subject: dev-python/vcstools: add python 3.5 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ed1d9ba52e9e36c976a08522355250886e646835;p=gentoo.git dev-python/vcstools: add python 3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier --- 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