commit: ce7a195665db05cc15721b7c69465c13464b8e5b Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Feb 27 15:35:14 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Feb 27 15:40:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce7a1956
dev-ros/mavros: Add python 3.4/3.5/3.6 and pypy/3 support Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ros/mavros/mavros-0.18.7.ebuild | 2 +- dev-ros/mavros/mavros-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/mavros/mavros-0.18.7.ebuild b/dev-ros/mavros/mavros-0.18.7.ebuild index 8d05cde8c5..fd9347f941 100644 --- a/dev-ros/mavros/mavros-0.18.7.ebuild +++ b/dev-ros/mavros/mavros-0.18.7.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/mavlink/mavros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=${PN} inherit ros-catkin diff --git a/dev-ros/mavros/mavros-9999.ebuild b/dev-ros/mavros/mavros-9999.ebuild index 8d05cde8c5..fd9347f941 100644 --- a/dev-ros/mavros/mavros-9999.ebuild +++ b/dev-ros/mavros/mavros-9999.ebuild @@ -5,7 +5,7 @@ EAPI=5 ROS_REPO_URI="https://github.com/mavlink/mavros" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) ROS_SUBDIR=${PN} inherit ros-catkin
