dev-ros/roslaunch: Add python3.6 support
authorAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 17:09:13 +0000 (18:09 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Mon, 27 Feb 2017 17:09:25 +0000 (18:09 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-ros/roslaunch/roslaunch-1.13.0.ebuild
dev-ros/roslaunch/roslaunch-9999.ebuild

index a81ffed42667aeed9f332c79fc6fbf5946cd19ce..4293cac464ceac45d53648610ac11d3570f51389 100644 (file)
@@ -7,7 +7,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/ros_comm"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=tools/${PN}
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit ros-catkin user
 
index a81ffed42667aeed9f332c79fc6fbf5946cd19ce..4293cac464ceac45d53648610ac11d3570f51389 100644 (file)
@@ -7,7 +7,7 @@ EAPI=5
 ROS_REPO_URI="https://github.com/ros/ros_comm"
 KEYWORDS="~amd64 ~arm"
 ROS_SUBDIR=tools/${PN}
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit ros-catkin user