Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/catkin/
Date: Mon, 27 Feb 2017 10:49:23
Message-Id: 1488192547.584ec04fab9cd89e22fba06bf0db2d03921206c0.aballier@gentoo
1 commit: 584ec04fab9cd89e22fba06bf0db2d03921206c0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 27 10:09:34 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 10:49:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=584ec04f
7
8 dev-util/catkin: Add python 3.6 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-util/catkin/catkin-0.7.6.ebuild | 2 +-
13 dev-util/catkin/catkin-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-util/catkin/catkin-0.7.6.ebuild b/dev-util/catkin/catkin-0.7.6.ebuild
17 index 883e9a8828..6af6a63b96 100644
18 --- a/dev-util/catkin/catkin-0.7.6.ebuild
19 +++ b/dev-util/catkin/catkin-0.7.6.ebuild
20 @@ -10,7 +10,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
21 EGIT_REPO_URI="https://github.com/ros/catkin"
22 fi
23
24 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
26
27 inherit ${SCM} cmake-utils python-r1 python-utils-r1
28
29
30 diff --git a/dev-util/catkin/catkin-9999.ebuild b/dev-util/catkin/catkin-9999.ebuild
31 index 883e9a8828..6af6a63b96 100644
32 --- a/dev-util/catkin/catkin-9999.ebuild
33 +++ b/dev-util/catkin/catkin-9999.ebuild
34 @@ -10,7 +10,7 @@ if [ "${PV#9999}" != "${PV}" ] ; then
35 EGIT_REPO_URI="https://github.com/ros/catkin"
36 fi
37
38 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} )
39 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
40
41 inherit ${SCM} cmake-utils python-r1 python-utils-r1