dev-ros/rosmaster: Add python 3.5 support.
authorAlexis Ballier <aballier@gentoo.org>
Thu, 9 Feb 2017 16:27:53 +0000 (17:27 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 9 Feb 2017 17:46:00 +0000 (18:46 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-ros/rosmaster/rosmaster-1.12.6.ebuild
dev-ros/rosmaster/rosmaster-9999.ebuild

index 2a426e0e7e5e7d24a2d9a4800c6aa8017e4939c6..987d460393065fbc01821bd31c35d96a91b425aa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 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/ros_comm"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 ROS_SUBDIR=tools/${PN}
 
 inherit ros-catkin
index 5a7dafdd271c4d53f5b3d42162422b6afe863709..987d460393065fbc01821bd31c35d96a91b425aa 100644 (file)
@@ -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/ros_comm"
 KEYWORDS="~amd64 ~arm"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 ROS_SUBDIR=tools/${PN}
 
 inherit ros-catkin