commit: e4b5ccd1707dcdd1c2704317a20bfb724f03cc7d Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed May 13 12:13:00 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed May 13 14:07:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4b5ccd1
dev-ros/roscpp: EAPI7 and drop PYTHON_COMPAT here Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/roscpp/roscpp-1.14.3-r1.ebuild | 1 - dev-ros/roscpp/roscpp-1.15.4.ebuild | 3 +-- dev-ros/roscpp/roscpp-9999.ebuild | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/dev-ros/roscpp/roscpp-1.14.3-r1.ebuild b/dev-ros/roscpp/roscpp-1.14.3-r1.ebuild index d60a12ad74d..9f927d9f390 100644 --- a/dev-ros/roscpp/roscpp-1.14.3-r1.ebuild +++ b/dev-ros/roscpp/roscpp-1.14.3-r1.ebuild @@ -6,7 +6,6 @@ EAPI=5 ROS_REPO_URI="https://github.com/ros/ros_comm" KEYWORDS="~amd64 ~arm" CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=clients/${PN} inherit ros-catkin diff --git a/dev-ros/roscpp/roscpp-1.15.4.ebuild b/dev-ros/roscpp/roscpp-1.15.4.ebuild index 3c3355ec363..033a2eb87fd 100644 --- a/dev-ros/roscpp/roscpp-1.15.4.ebuild +++ b/dev-ros/roscpp/roscpp-1.15.4.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/ros_comm" KEYWORDS="~amd64 ~arm" CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=clients/${PN} inherit ros-catkin diff --git a/dev-ros/roscpp/roscpp-9999.ebuild b/dev-ros/roscpp/roscpp-9999.ebuild index 3c3355ec363..033a2eb87fd 100644 --- a/dev-ros/roscpp/roscpp-9999.ebuild +++ b/dev-ros/roscpp/roscpp-9999.ebuild @@ -1,12 +1,11 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 ROS_REPO_URI="https://github.com/ros/ros_comm" KEYWORDS="~amd64 ~arm" CATKIN_HAS_MESSAGES=yes -PYTHON_COMPAT=( python{2_7,3_6} pypy3 ) ROS_SUBDIR=clients/${PN} inherit ros-catkin
