commit: f974c8fae12e0044ced69299ddc074fb97c61e59 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jun 15 09:19:42 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jun 15 09:37:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f974c8fa
dev-ros/rosunit: add more python support Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-ros/rosunit/rosunit-1.14.0.ebuild | 2 +- dev-ros/rosunit/rosunit-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/rosunit/rosunit-1.14.0.ebuild b/dev-ros/rosunit/rosunit-1.14.0.ebuild index 8f625b62c37..543bde8b312 100644 --- a/dev-ros/rosunit/rosunit-1.14.0.ebuild +++ b/dev-ros/rosunit/rosunit-1.14.0.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=tools/${PN} inherit ros-catkin diff --git a/dev-ros/rosunit/rosunit-9999.ebuild b/dev-ros/rosunit/rosunit-9999.ebuild index 8f625b62c37..543bde8b312 100644 --- a/dev-ros/rosunit/rosunit-9999.ebuild +++ b/dev-ros/rosunit/rosunit-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=tools/${PN} inherit ros-catkin
