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-ros/genlisp/
Date: Tue, 23 Feb 2016 18:14:27
Message-Id: 1456251169.7849b1f757e0998a715e8dba795075a6c48769fe.aballier@gentoo
1 commit: 7849b1f757e0998a715e8dba795075a6c48769fe
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 23 18:12:49 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 23 18:12:49 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7849b1f7
7
8 dev-ros/genlisp: add python 3.5 support
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/genlisp/genlisp-0.4.15.ebuild | 2 +-
14 dev-ros/genlisp/genlisp-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ros/genlisp/genlisp-0.4.15.ebuild b/dev-ros/genlisp/genlisp-0.4.15.ebuild
18 index 8d81305..5d699ff 100644
19 --- a/dev-ros/genlisp/genlisp-0.4.15.ebuild
20 +++ b/dev-ros/genlisp/genlisp-0.4.15.ebuild
21 @@ -6,7 +6,7 @@ EAPI=5
22
23 ROS_REPO_URI="https://github.com/ros/genlisp"
24 KEYWORDS="~amd64 ~arm"
25 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
26 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
27
28 inherit ros-catkin
29
30
31 diff --git a/dev-ros/genlisp/genlisp-9999.ebuild b/dev-ros/genlisp/genlisp-9999.ebuild
32 index 8d81305..5d699ff 100644
33 --- a/dev-ros/genlisp/genlisp-9999.ebuild
34 +++ b/dev-ros/genlisp/genlisp-9999.ebuild
35 @@ -6,7 +6,7 @@ EAPI=5
36
37 ROS_REPO_URI="https://github.com/ros/genlisp"
38 KEYWORDS="~amd64 ~arm"
39 -PYTHON_COMPAT=( python{2_7,3_3,3_4} )
40 +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} )
41
42 inherit ros-catkin