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_py/
Date: Tue, 28 Feb 2017 11:27:33
Message-Id: 1488281212.00d71010f26e7fff39429eae7b7d73bb5b1ecdef.aballier@gentoo
1 commit: 00d71010f26e7fff39429eae7b7d73bb5b1ecdef
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 11:22:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 11:26:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00d71010
7
8 dev-ros/rqt_gui_py: Add python 3.4/3.5
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ros/rqt_gui_py/rqt_gui_py-0.3.2.ebuild | 2 +-
13 dev-ros/rqt_gui_py/rqt_gui_py-9999.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-ros/rqt_gui_py/rqt_gui_py-0.3.2.ebuild b/dev-ros/rqt_gui_py/rqt_gui_py-0.3.2.ebuild
17 index 288ea618a4..c943c7da35 100644
18 --- a/dev-ros/rqt_gui_py/rqt_gui_py-0.3.2.ebuild
19 +++ b/dev-ros/rqt_gui_py/rqt_gui_py-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_py/rqt_gui_py-9999.ebuild b/dev-ros/rqt_gui_py/rqt_gui_py-9999.ebuild
31 index ade4fca4a4..c943c7da35 100644
32 --- a/dev-ros/rqt_gui_py/rqt_gui_py-9999.ebuild
33 +++ b/dev-ros/rqt_gui_py/rqt_gui_py-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