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/gmapping/
Date: Mon, 12 Feb 2018 14:04:01
Message-Id: 1518441998.e150b561469856fe53b52cc3b3a6340622c354a6.aballier@gentoo
1 commit: e150b561469856fe53b52cc3b3a6340622c354a6
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 12 13:26:38 2018 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 12 13:26:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e150b561
7
8 dev-ros/gmapping: add missing nodelet dep.
9
10 Closes: https://bugs.gentoo.org/645760
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 dev-ros/gmapping/gmapping-1.3.10.ebuild | 1 +
14 dev-ros/gmapping/gmapping-9999.ebuild | 3 ++-
15 2 files changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/dev-ros/gmapping/gmapping-1.3.10.ebuild b/dev-ros/gmapping/gmapping-1.3.10.ebuild
18 index 7cdf9ee6b7a..ca6f43afe50 100644
19 --- a/dev-ros/gmapping/gmapping-1.3.10.ebuild
20 +++ b/dev-ros/gmapping/gmapping-1.3.10.ebuild
21 @@ -20,6 +20,7 @@ RDEPEND="
22 dev-ros/tf
23 dev-ros/openslam_gmapping
24 dev-ros/rosbag_storage
25 + dev-ros/gmapping
26 "
27 DEPEND="${RDEPEND}
28 dev-ros/rostest"
29
30 diff --git a/dev-ros/gmapping/gmapping-9999.ebuild b/dev-ros/gmapping/gmapping-9999.ebuild
31 index 5c4afd8f8aa..ca6f43afe50 100644
32 --- a/dev-ros/gmapping/gmapping-9999.ebuild
33 +++ b/dev-ros/gmapping/gmapping-9999.ebuild
34 @@ -1,4 +1,4 @@
35 -# Copyright 1999-2014 Gentoo Foundation
36 +# Copyright 1999-2018 Gentoo Foundation
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=5
40 @@ -20,6 +20,7 @@ RDEPEND="
41 dev-ros/tf
42 dev-ros/openslam_gmapping
43 dev-ros/rosbag_storage
44 + dev-ros/gmapping
45 "
46 DEPEND="${RDEPEND}
47 dev-ros/rostest"