commit: e150b561469856fe53b52cc3b3a6340622c354a6 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Mon Feb 12 13:26:38 2018 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Mon Feb 12 13:26:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e150b561
dev-ros/gmapping: add missing nodelet dep. Closes: https://bugs.gentoo.org/645760 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ros/gmapping/gmapping-1.3.10.ebuild | 1 + dev-ros/gmapping/gmapping-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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"
