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/rqt_gui/
Date: Tue, 28 Feb 2017 11:27:05
Message-Id: 1488281208.409437bbc6e43d124446995acb025e94ec061ef0.aballier@gentoo
1 commit: 409437bbc6e43d124446995acb025e94ec061ef0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 07:47:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 11:26:48 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=409437bb
7
8 dev-ros/rqt_gui: Add python 3.4/3.5 support
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild | 2 +-
13 dev-ros/rqt_gui/rqt_gui-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild b/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild
17 index 1c9361c40f..8d01cc5e18 100644
18 --- a/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild
19 +++ b/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild
20 @@ -6,7 +6,7 @@ EAPI=5
21
22 ROS_REPO_URI="https://github.com/ros-visualization/rqt"
23 KEYWORDS="~amd64"
24 -PYTHON_COMPAT=( python2_7 )
25 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
26 ROS_SUBDIR=${PN}
27
28 inherit ros-catkin
29
30 diff --git a/dev-ros/rqt_gui/rqt_gui-9999.ebuild b/dev-ros/rqt_gui/rqt_gui-9999.ebuild
31 index a0a37ea0a9..8d01cc5e18 100644
32 --- a/dev-ros/rqt_gui/rqt_gui-9999.ebuild
33 +++ b/dev-ros/rqt_gui/rqt_gui-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2017 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38 # $Id$
39
40 @@ -6,7 +6,7 @@ EAPI=5
41
42 ROS_REPO_URI="https://github.com/ros-visualization/rqt"
43 KEYWORDS="~amd64"
44 -PYTHON_COMPAT=( python2_7 )
45 +PYTHON_COMPAT=( python{2_7,3_4,3_5} )
46 ROS_SUBDIR=${PN}
47
48 inherit ros-catkin