commit: 44888c11382e6a83aeb5f39a3213518bda804a15
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 9 16:41:34 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jun 9 16:41:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44888c11
dev-ros/amcl: add missing rosbag dep, bug #585478
Package-Manager: portage-2.3.0_rc1
dev-ros/amcl/amcl-1.14.0.ebuild | 1 +
dev-ros/amcl/amcl-9999.ebuild | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ros/amcl/amcl-1.14.0.ebuild b/dev-ros/amcl/amcl-1.14.0.ebuild
index 264320a..6d1e91d 100644
--- a/dev-ros/amcl/amcl-1.14.0.ebuild
+++ b/dev-ros/amcl/amcl-1.14.0.ebuild
@@ -18,6 +18,7 @@ IUSE=""
RDEPEND="
dev-ros/roscpp
dev-ros/tf
+ dev-ros/rosbag
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-libs/boost:=
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
diff --git a/dev-ros/amcl/amcl-9999.ebuild b/dev-ros/amcl/amcl-9999.ebuild
index 8d1136f..6d1e91d 100644
--- a/dev-ros/amcl/amcl-9999.ebuild
+++ b/dev-ros/amcl/amcl-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,6 +18,7 @@ IUSE=""
RDEPEND="
dev-ros/roscpp
dev-ros/tf
+ dev-ros/rosbag
dev-ros/dynamic_reconfigure[${PYTHON_USEDEP}]
dev-libs/boost:=
dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]