diff options
author | 2017-02-21 09:24:08 +0100 | |
---|---|---|
committer | 2017-02-21 10:21:12 +0100 | |
commit | f9553b7edf6554211ce060abf999a7674d256324 (patch) | |
tree | 06a0d5b21dd58a077fadd1522a5ce60359f65c6f /dev-ros | |
parent | dev-ros/gazebo_msgs: remove old (diff) | |
download | gentoo-f9553b7edf6554211ce060abf999a7674d256324.tar.gz gentoo-f9553b7edf6554211ce060abf999a7674d256324.tar.bz2 gentoo-f9553b7edf6554211ce060abf999a7674d256324.zip |
dev-ros/gazebo_msgs: Add python 3.5 support
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild b/dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild index 35e152147453..900c6d1975c5 100644 --- a/dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild +++ b/dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs" KEYWORDS="~amd64" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) CATKIN_HAS_MESSAGES=yes ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/trajectory_msgs dev-ros/std_msgs dev-ros/std_srvs" diff --git a/dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild b/dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild index f75202726e85..900c6d1975c5 100644 --- a/dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild +++ b/dev-ros/gazebo_msgs/gazebo_msgs-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 ROS_REPO_URI="https://github.com/ros-simulation/gazebo_ros_pkgs" KEYWORDS="~amd64" -PYTHON_COMPAT=( python{2_7,3_4} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5} ) CATKIN_HAS_MESSAGES=yes ROS_SUBDIR=${PN} CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/trajectory_msgs dev-ros/std_msgs dev-ros/std_srvs" |