diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:17:53 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-16 18:30:59 +0200 |
commit | 6cb6522ecc61834eac24c051ad2f4dc236825900 (patch) | |
tree | 8b068c7eafc6d5ac3f81b6848df5d72abd1a2268 /dev-ros/hector_map_tools | |
parent | dev-ros/hector_mapping: bump eapi (diff) | |
download | gentoo-6cb6522ecc61834eac24c051ad2f4dc236825900.tar.gz gentoo-6cb6522ecc61834eac24c051ad2f4dc236825900.tar.bz2 gentoo-6cb6522ecc61834eac24c051ad2f4dc236825900.zip |
dev-ros/hector_map_tools: 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_tools')
-rw-r--r-- | dev-ros/hector_map_tools/hector_map_tools-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild b/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild index 298849dc5dfa..a1602d9cd84b 100644 --- a/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild +++ b/dev-ros/hector_map_tools/hector_map_tools-9999.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/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} @@ -13,8 +13,8 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND=" +RDEPEND="" +DEPEND="${RDEPEND} dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-cpp/eigen:3 " -DEPEND="${RDEPEND}" |