diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:18:18 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:30:59 +0200 |
commit | afbb5ea3b6ea4b00bf39fa622d33becb0e0ea0b8 (patch) | |
tree | b2d8dc2244a62e85db7c76b8febb01bd896e9d42 /dev-ros/hector_map_server | |
parent | dev-ros/hector_map_tools: bump eapi (diff) | |
download | gentoo-afbb5ea3b6ea4b00bf39fa622d33becb0e0ea0b8.tar.gz gentoo-afbb5ea3b6ea4b00bf39fa622d33becb0e0ea0b8.tar.bz2 gentoo-afbb5ea3b6ea4b00bf39fa622d33becb0e0ea0b8.zip |
dev-ros/hector_map_server: 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_map_server')
-rw-r--r-- | dev-ros/hector_map_server/hector_map_server-9999.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-ros/hector_map_server/hector_map_server-9999.ebuild b/dev-ros/hector_map_server/hector_map_server-9999.ebuild index 5b5d6a35bb53..d315b87686ab 100644 --- a/dev-ros/hector_map_server/hector_map_server-9999.ebuild +++ b/dev-ros/hector_map_server/hector_map_server-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} @@ -17,9 +17,10 @@ RDEPEND=" dev-ros/roscpp dev-ros/hector_map_tools dev-ros/hector_marker_drawing - dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] - dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf dev-libs/boost:= " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] +" |