commit:     48c62b47b4a4308404d385cd7c56beaef91b1e4f
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  9 11:40:13 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=48c62b47

dev-ros/depth_image_proc: bump eapi

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/depth_image_proc/depth_image_proc-1.15.2.ebuild |  9 +++++----
 dev-ros/depth_image_proc/depth_image_proc-9999.ebuild   | 11 ++++++-----
 2 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/dev-ros/depth_image_proc/depth_image_proc-1.15.2.ebuild 
b/dev-ros/depth_image_proc/depth_image_proc-1.15.2.ebuild
index 560850540f2..4cbfec1b77a 100644
--- a/dev-ros/depth_image_proc/depth_image_proc-1.15.2.ebuild
+++ b/dev-ros/depth_image_proc/depth_image_proc-1.15.2.ebuild
@@ -1,7 +1,7 @@
 # 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"
 ROS_SUBDIR=${PN}
@@ -21,11 +21,12 @@ RDEPEND="
        dev-ros/image_transport
        dev-ros/message_filters
        dev-ros/nodelet
-       dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-       dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/tf2
        dev-ros/tf2_ros
        dev-libs/boost:=
        dev-libs/console_bridge:=
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+       dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"

diff --git a/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild 
b/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild
index 65c78ae415a..4cbfec1b77a 100644
--- a/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild
+++ b/dev-ros/depth_image_proc/depth_image_proc-9999.ebuild
@@ -1,7 +1,7 @@
-# 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"
 ROS_SUBDIR=${PN}
@@ -21,11 +21,12 @@ RDEPEND="
        dev-ros/image_transport
        dev-ros/message_filters
        dev-ros/nodelet
-       dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
-       dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
        dev-ros/tf2
        dev-ros/tf2_ros
        dev-libs/boost:=
        dev-libs/console_bridge:=
 "
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+       dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+       dev-ros/stereo_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"

Reply via email to