commit:     f9553b7edf6554211ce060abf999a7674d256324
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 08:24:08 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 09:21:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9553b7e

dev-ros/gazebo_msgs: Add python 3.5 support

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ros/gazebo_msgs/gazebo_msgs-2.6.2.ebuild | 2 +-
 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 35e1521474..900c6d1975 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 f75202726e..900c6d1975 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"

Reply via email to