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/
Date: Tue, 15 Dec 2015 09:27:39
Message-Id: 1450171636.757b553c2444698cdb672d5e1a43f8177f4ae11a.aballier@gentoo
1 commit: 757b553c2444698cdb672d5e1a43f8177f4ae11a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 15 09:27:16 2015 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 15 09:27:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757b553c
7
8 dev-ros/mavros: add missing dep on mavlink-gbp-release
9
10 Package-Manager: portage-2.2.26
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ros/mavros/mavros-0.16.4.ebuild | 1 +
14 dev-ros/mavros/mavros-9999.ebuild | 1 +
15 2 files changed, 2 insertions(+)
16
17 diff --git a/dev-ros/mavros/mavros-0.16.4.ebuild b/dev-ros/mavros/mavros-0.16.4.ebuild
18 index 4ce2aca..ad4e45d 100644
19 --- a/dev-ros/mavros/mavros-0.16.4.ebuild
20 +++ b/dev-ros/mavros/mavros-0.16.4.ebuild
21 @@ -31,5 +31,6 @@ RDEPEND="
22 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
23 dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
24 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
25 + >=dev-ros/mavlink-gbp-release-2015.12.12
26 "
27 DEPEND="${RDEPEND}"
28
29 diff --git a/dev-ros/mavros/mavros-9999.ebuild b/dev-ros/mavros/mavros-9999.ebuild
30 index 4ce2aca..ad4e45d 100644
31 --- a/dev-ros/mavros/mavros-9999.ebuild
32 +++ b/dev-ros/mavros/mavros-9999.ebuild
33 @@ -31,5 +31,6 @@ RDEPEND="
34 dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
35 dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
36 dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
37 + >=dev-ros/mavlink-gbp-release-2015.12.12
38 "
39 DEPEND="${RDEPEND}"