commit: 6c59bf8ba2b5efc6d2596f095d2a911addc273c9
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 27 15:57:54 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Mon Feb 27 17:09:24 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c59bf8b
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 6f235cc43c..4afd2fb4f0 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 747ddca50b..4afd2fb4f0 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