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/mavros_msgs/
Date: Fri, 31 Jul 2020 10:34:50
Message-Id: 1596190722.fce008e9606b18024b89a52c6917e26ce0a80db1.aballier@gentoo
1 commit: fce008e9606b18024b89a52c6917e26ce0a80db1
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 10:18:42 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 31 10:18:42 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce008e9
7
8 dev-ros/mavros_msgs: add missing deps
9
10 Closes: https://bugs.gentoo.org/734864
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild | 2 +-
15 dev-ros/mavros_msgs/mavros_msgs-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild b/dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild
19 index db94855f38e..04710e1afb1 100644
20 --- a/dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild
21 +++ b/dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild
22 @@ -6,7 +6,7 @@ CATKIN_HAS_MESSAGES=yes
23 ROS_REPO_URI="https://github.com/mavlink/mavros"
24 KEYWORDS="~amd64 ~arm"
25 ROS_SUBDIR=${PN}
26 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
27 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geographic_msgs dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/std_msgs"
28
29 inherit ros-catkin
30
31
32 diff --git a/dev-ros/mavros_msgs/mavros_msgs-9999.ebuild b/dev-ros/mavros_msgs/mavros_msgs-9999.ebuild
33 index db94855f38e..04710e1afb1 100644
34 --- a/dev-ros/mavros_msgs/mavros_msgs-9999.ebuild
35 +++ b/dev-ros/mavros_msgs/mavros_msgs-9999.ebuild
36 @@ -6,7 +6,7 @@ CATKIN_HAS_MESSAGES=yes
37 ROS_REPO_URI="https://github.com/mavlink/mavros"
38 KEYWORDS="~amd64 ~arm"
39 ROS_SUBDIR=${PN}
40 -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs"
41 +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geographic_msgs dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/std_msgs"
42
43 inherit ros-catkin