summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 14:01:43 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 15:02:11 +0200
commit611a57aea8d4f1a817a8780c06a6479f6b5aaaff (patch)
tree59fca203fe339bc187bc5aaca8ebe0c552719580 /dev-ros/image_transport/image_transport-9999.ebuild
parentdev-ros/polled_camera: bump eapi (diff)
downloadgentoo-611a57aea8d4f1a817a8780c06a6479f6b5aaaff.tar.gz
gentoo-611a57aea8d4f1a817a8780c06a6479f6b5aaaff.tar.bz2
gentoo-611a57aea8d4f1a817a8780c06a6479f6b5aaaff.zip
dev-ros/image_transport: 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/image_transport/image_transport-9999.ebuild')
-rw-r--r--dev-ros/image_transport/image_transport-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ros/image_transport/image_transport-9999.ebuild b/dev-ros/image_transport/image_transport-9999.ebuild
index 2be6354ffbb1..4f3b8e6e7e86 100644
--- a/dev-ros/image_transport/image_transport-9999.ebuild
+++ b/dev-ros/image_transport/image_transport-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 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_common"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
@@ -20,9 +20,10 @@ RDEPEND="
dev-ros/rosconsole
dev-ros/roscpp
dev-ros/roslib
- dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-libs/boost:=
dev-libs/console_bridge:=
dev-ros/class_loader:=
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"