From 6c59bf8ba2b5efc6d2596f095d2a911addc273c9 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Mon, 27 Feb 2017 16:57:54 +0100 Subject: [PATCH] dev-python/rosdistro: Add python 3.6 pypy/3 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- dev-python/rosdistro/rosdistro-0.6.1.ebuild | 2 +- 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 -- 2.26.2