commit: 1b43a58aee1802fabffb599f37ca1df408e77f17 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jul 9 11:38:19 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jul 9 11:45:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b43a58a
dev-ros/image_publisher: bump eapi Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> dev-ros/image_publisher/image_publisher-1.15.2.ebuild | 8 ++++---- dev-ros/image_publisher/image_publisher-9999.ebuild | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-ros/image_publisher/image_publisher-1.15.2.ebuild b/dev-ros/image_publisher/image_publisher-1.15.2.ebuild index ffda07317a2..34d0c0948d9 100644 --- a/dev-ros/image_publisher/image_publisher-1.15.2.ebuild +++ b/dev-ros/image_publisher/image_publisher-1.15.2.ebuild @@ -1,10 +1,9 @@ # 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-perception/image_pipeline" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin @@ -23,7 +22,8 @@ RDEPEND=" dev-ros/nodelet dev-libs/console_bridge:= dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" diff --git a/dev-ros/image_publisher/image_publisher-9999.ebuild b/dev-ros/image_publisher/image_publisher-9999.ebuild index 7a3fea27064..34d0c0948d9 100644 --- a/dev-ros/image_publisher/image_publisher-9999.ebuild +++ b/dev-ros/image_publisher/image_publisher-9999.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# 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-perception/image_pipeline" KEYWORDS="~amd64 ~arm" -PYTHON_COMPAT=( python2_7 ) ROS_SUBDIR=${PN} inherit ros-catkin @@ -23,7 +22,8 @@ RDEPEND=" dev-ros/nodelet dev-libs/console_bridge:= dev-ros/roscpp - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +"
