summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-16 18:19:06 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-16 18:30:59 +0200
commit4de51db3ae985b53563c636f32d144755d860bbe (patch)
treeb0519215aaf3a7d680ea48a58e5a5ca10c852286 /dev-ros/hector_imu_attitude_to_tf
parentdev-ros/hector_imu_tools: bump eapi (diff)
downloadgentoo-4de51db3ae985b53563c636f32d144755d860bbe.tar.gz
gentoo-4de51db3ae985b53563c636f32d144755d860bbe.tar.bz2
gentoo-4de51db3ae985b53563c636f32d144755d860bbe.zip
dev-ros/hector_imu_attitude_to_tf: 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/hector_imu_attitude_to_tf')
-rw-r--r--dev-ros/hector_imu_attitude_to_tf/hector_imu_attitude_to_tf-9999.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-ros/hector_imu_attitude_to_tf/hector_imu_attitude_to_tf-9999.ebuild b/dev-ros/hector_imu_attitude_to_tf/hector_imu_attitude_to_tf-9999.ebuild
index a5f53aebbfba..ae76fd8031f7 100644
--- a/dev-ros/hector_imu_attitude_to_tf/hector_imu_attitude_to_tf-9999.ebuild
+++ b/dev-ros/hector_imu_attitude_to_tf/hector_imu_attitude_to_tf-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/tu-darmstadt-ros-pkg/hector_slam"
KEYWORDS="~amd64 ~arm"
ROS_SUBDIR=${PN}
@@ -16,7 +16,8 @@ IUSE=""
RDEPEND="
dev-ros/roscpp
dev-ros/tf
- dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-libs/boost:=
"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+"