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 /dev-ros/gmapping/gmapping-9999.ebuild
parentdev-ros/gmapping: Remove old (diff)
downloadgentoo-e150b561469856fe53b52cc3b3a6340622c354a6.tar.gz
gentoo-e150b561469856fe53b52cc3b3a6340622c354a6.tar.bz2
gentoo-e150b561469856fe53b52cc3b3a6340622c354a6.zip
dev-ros/gmapping: add missing nodelet dep.
Closes: https://bugs.gentoo.org/645760 Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ros/gmapping/gmapping-9999.ebuild')
-rw-r--r--dev-ros/gmapping/gmapping-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/gmapping/gmapping-9999.ebuild b/dev-ros/gmapping/gmapping-9999.ebuild
index 5c4afd8f8aa4..ca6f43afe50c 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"