diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:20:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:31:00 +0200 |
commit | 5cb5b8940e8fdffc6605a306984549401f63004a (patch) | |
tree | 81f39b7d90bcfde0075ab8a629c886f26be80c60 /dev-ros/hector_compressed_map_transport | |
parent | dev-ros/hector_geotiff: bump eapi (diff) | |
download | gentoo-5cb5b8940e8fdffc6605a306984549401f63004a.tar.gz gentoo-5cb5b8940e8fdffc6605a306984549401f63004a.tar.bz2 gentoo-5cb5b8940e8fdffc6605a306984549401f63004a.zip |
dev-ros/hector_compressed_map_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/hector_compressed_map_transport')
-rw-r--r-- | dev-ros/hector_compressed_map_transport/hector_compressed_map_transport-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-ros/hector_compressed_map_transport/hector_compressed_map_transport-9999.ebuild b/dev-ros/hector_compressed_map_transport/hector_compressed_map_transport-9999.ebuild index 18ab3858d785..74e246177533 100644 --- a/dev-ros/hector_compressed_map_transport/hector_compressed_map_transport-9999.ebuild +++ b/dev-ros/hector_compressed_map_transport/hector_compressed_map_transport-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,12 +16,12 @@ IUSE="" RDEPEND=" dev-ros/cv_bridge media-libs/opencv:= - dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/hector_map_tools dev-ros/image_transport - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] media-libs/opencv " DEPEND="${RDEPEND} + dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-cpp/eigen:3" |