summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2018-02-12 14:26:38 +0100
committerAlexis Ballier <aballier@gentoo.org>2018-02-12 14:26:38 +0100
commite150b561469856fe53b52cc3b3a6340622c354a6 (patch)
treea0f128c06426b0882538f1b3042977ecde346121
parente029fb61b3504f7ce49215324bb55a2bbdc35fdc (diff)
downloadgentoo-e150b561469856fe53b52cc3b3a6340622c354a6.tar.gz
gentoo-e150b561469856fe53b52cc3b3a6340622c354a6.tar.xz
dev-ros/gmapping: add missing nodelet dep.
Closes: https://bugs.gentoo.org/645760 Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--dev-ros/gmapping/gmapping-1.3.10.ebuild1
-rw-r--r--dev-ros/gmapping/gmapping-9999.ebuild3
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/gmapping/gmapping-1.3.10.ebuild b/dev-ros/gmapping/gmapping-1.3.10.ebuild
index 7cdf9ee6b7a..ca6f43afe50 100644
--- a/dev-ros/gmapping/gmapping-1.3.10.ebuild
+++ b/dev-ros/gmapping/gmapping-1.3.10.ebuild
@@ -20,6 +20,7 @@ RDEPEND="
dev-ros/tf
dev-ros/openslam_gmapping
dev-ros/rosbag_storage
+ dev-ros/gmapping
"
DEPEND="${RDEPEND}
dev-ros/rostest"
diff --git a/dev-ros/gmapping/gmapping-9999.ebuild b/dev-ros/gmapping/gmapping-9999.ebuild
index 5c4afd8f8aa..ca6f43afe50 100644
--- a/dev-ros/gmapping/gmapping-9999.ebuild
+++ b/dev-ros/gmapping/gmapping-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -20,6 +20,7 @@ RDEPEND="
dev-ros/tf
dev-ros/openslam_gmapping
dev-ros/rosbag_storage
+ dev-ros/gmapping
"
DEPEND="${RDEPEND}
dev-ros/rostest"