Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/hector_nav_msgs/
Date: Wed, 20 Jan 2021 20:35:38
Message-Id: 1611174927.44ea2d16791fc6fc671664a193441537c4604ac0.aballier@gentoo
1 commit: 44ea2d16791fc6fc671664a193441537c4604ac0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 20 20:20:09 2021 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 20 20:35:27 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ea2d16
7
8 dev-ros/hector_nav_msgs: add missing dep
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/hector_nav_msgs/hector_nav_msgs-0.5.1.ebuild | 2 +-
14 dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 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
18 index f1150dade97..44844ddc3e4 100644
19 --- a/dev-ros/hector_nav_msgs/hector_nav_msgs-0.5.1.ebuild
20 +++ b/dev-ros/hector_nav_msgs/hector_nav_msgs-0.5.1.ebuild
21 @@ -6,7 +6,7 @@ ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam"
22 KEYWORDS="~amd64 ~arm"
23 ROS_SUBDIR=${PN}
24 CATKIN_HAS_MESSAGES=yes
25 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/geometry_msgs"
26 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/geometry_msgs dev-ros/std_msgs"
27
28 inherit ros-catkin
29
30
31 diff --git a/dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild b/dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild
32 index 0177e578893..44844ddc3e4 100644
33 --- a/dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild
34 +++ b/dev-ros/hector_nav_msgs/hector_nav_msgs-9999.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 +# Copyright 1999-2021 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=7
41 @@ -6,7 +6,7 @@ ROS_REPO_URI="https://github.com/tu-darmstadt-ros-pkg/hector_slam"
42 KEYWORDS="~amd64 ~arm"
43 ROS_SUBDIR=${PN}
44 CATKIN_HAS_MESSAGES=yes
45 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/geometry_msgs"
46 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/nav_msgs dev-ros/geometry_msgs dev-ros/std_msgs"
47
48 inherit ros-catkin