From: Alexis Ballier Date: Mon, 27 Feb 2017 15:57:54 +0000 (+0100) Subject: dev-python/rosdistro: Add python 3.6 pypy/3 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6c59bf8ba2b5efc6d2596f095d2a911addc273c9;p=gentoo.git dev-python/rosdistro: Add python 3.6 pypy/3 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-python/rosdistro/rosdistro-0.6.1.ebuild b/dev-python/rosdistro/rosdistro-0.6.1.ebuild index 6f235cc43c15..4afd2fb4f003 100644 --- a/dev-python/rosdistro/rosdistro-0.6.1.ebuild +++ b/dev-python/rosdistro/rosdistro-0.6.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then diff --git a/dev-python/rosdistro/rosdistro-9999.ebuild b/dev-python/rosdistro/rosdistro-9999.ebuild index 747ddca50b97..4afd2fb4f003 100644 --- a/dev-python/rosdistro/rosdistro-9999.ebuild +++ b/dev-python/rosdistro/rosdistro-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) SCM="" if [ "${PV#9999}" != "${PV}" ] ; then