summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-02-28 08:47:13 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-02-28 12:26:48 +0100
commit409437bbc6e43d124446995acb025e94ec061ef0 (patch)
tree617b0f1c8735dd2b2087ace878aa16a4bba3104a /dev-ros
parentdev-ros/rqt_gui: remove old (diff)
downloadgentoo-409437bbc6e43d124446995acb025e94ec061ef0.tar.gz
gentoo-409437bbc6e43d124446995acb025e94ec061ef0.tar.bz2
gentoo-409437bbc6e43d124446995acb025e94ec061ef0.zip
dev-ros/rqt_gui: Add python 3.4/3.5 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros')
-rw-r--r--dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild2
-rw-r--r--dev-ros/rqt_gui/rqt_gui-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild b/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild
index 1c9361c40f71..8d01cc5e183e 100644
--- a/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild
+++ b/dev-ros/rqt_gui/rqt_gui-0.3.2.ebuild
@@ -6,7 +6,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros-visualization/rqt"
KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
ROS_SUBDIR=${PN}
inherit ros-catkin
diff --git a/dev-ros/rqt_gui/rqt_gui-9999.ebuild b/dev-ros/rqt_gui/rqt_gui-9999.ebuild
index a0a37ea0a9a7..8d01cc5e183e 100644
--- a/dev-ros/rqt_gui/rqt_gui-9999.ebuild
+++ b/dev-ros/rqt_gui/rqt_gui-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -6,7 +6,7 @@ EAPI=5
ROS_REPO_URI="https://github.com/ros-visualization/rqt"
KEYWORDS="~amd64"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
ROS_SUBDIR=${PN}
inherit ros-catkin