diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:40:13 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-09 13:45:32 +0200 |
commit | 48c62b47b4a4308404d385cd7c56beaef91b1e4f (patch) | |
tree | cedcc23938c9d9cc78603324fe51e293f2edd881 /dev-ros/depth_image_proc | |
parent | dev-ros/image_proc: Remove old (diff) | |
download | gentoo-48c62b47b4a4308404d385cd7c56beaef91b1e4f.tar.gz gentoo-48c62b47b4a4308404d385cd7c56beaef91b1e4f.tar.bz2 gentoo-48c62b47b4a4308404d385cd7c56beaef91b1e4f.zip |
dev-ros/depth_image_proc: bump eapi
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/depth_image_proc')
-rw-r--r-- | dev-ros/depth_image_proc/depth_image_proc-1.15.2.ebuild | 9 | ||||
-rw-r--r-- | 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 560850540f29..4cbfec1b77ae 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 65c78ae415a8..4cbfec1b77ae 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}] +" |