diff options
author | Alexis Ballier <aballier@gentoo.org> | 2021-01-20 21:20:09 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2021-01-20 21:35:27 +0100 |
commit | 44ea2d16791fc6fc671664a193441537c4604ac0 (patch) | |
tree | 31a7f2052eb963ef425f2b593bff18df822a2b1d /dev-ros/hector_nav_msgs | |
parent | dev-ros/hector_nav_msgs: Remove old (diff) | |
download | gentoo-44ea2d16791fc6fc671664a193441537c4604ac0.tar.gz gentoo-44ea2d16791fc6fc671664a193441537c4604ac0.tar.bz2 gentoo-44ea2d16791fc6fc671664a193441537c4604ac0.zip |
dev-ros/hector_nav_msgs: add missing dep
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros/hector_nav_msgs')
-rw-r--r-- | dev-ros/hector_nav_msgs/hector_nav_msgs-0.5.1.ebuild | 2 | ||||
-rw-r--r-- | dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ros/hector_nav_msgs/hector_nav_msgs-0.5.1.ebuild b/dev-ros/hector_nav_msgs/hector_nav_msgs-0.5.1.ebuild index f1150dade972..44844ddc3e42 100644 --- a/dev-ros/hector_nav_msgs/hector_nav_msgs-0.5.1.ebuild +++ b/dev-ros/hector_nav_msgs/hector_nav_msgs-0.5.1.ebuild @@ -6,7 +6,7 @@ ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/geometry_msgs" +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/geometry_msgs dev-ros/std_msgs" inherit ros-catkin diff --git a/dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild b/dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild index 0177e578893d..44844ddc3e42 100644 --- a/dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild +++ b/dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} CATKIN_HAS_MESSAGES=yes -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/geometry_msgs" +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/geometry_msgs dev-ros/std_msgs" inherit ros-catkin |