diff options
Diffstat (limited to 'dev-python/rosdistro')
-rw-r--r-- | dev-python/rosdistro/rosdistro-0.6.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/rosdistro/rosdistro-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
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 |