dev-ros/pluginlib: add python 3.4/3.5 support
authorAlexis Ballier <aballier@gentoo.org>
Thu, 24 Mar 2016 10:56:20 +0000 (11:56 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 24 Mar 2016 11:18:37 +0000 (12:18 +0100)
Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
dev-ros/pluginlib/pluginlib-1.10.2.ebuild
dev-ros/pluginlib/pluginlib-9999.ebuild

index 0f844933debca8adffb0f78312f8371f68c2f99e..b1193d64a3f0bcda8fc2b4fe3f1c2cebeefd6a5a 100644 (file)
@@ -6,7 +6,7 @@ EAPI=5
 
 ROS_REPO_URI="https://github.com/ros/pluginlib"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit ros-catkin
 
index 0f844933debca8adffb0f78312f8371f68c2f99e..b1193d64a3f0bcda8fc2b4fe3f1c2cebeefd6a5a 100644 (file)
@@ -6,7 +6,7 @@ EAPI=5
 
 ROS_REPO_URI="https://github.com/ros/pluginlib"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit ros-catkin