commit: 339ea1a223b0da9f767c29ecbcea03bcf99a3774
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 6 13:39:40 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Oct 6 13:47:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=339ea1a2
dev-ros/robot_pose_ekf: add missing dep on boost
Package-Manager: portage-2.3.1
dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild | 1 +
dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild | 3 ++-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
index ca57647..2fb12aa 100644
--- a/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
+++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
sci-libs/orocos-bfl
+ dev-libs/boost:=[threads]
"
DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )
diff --git a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
b/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
index a2c43b1..2fb12aa 100644
--- a/dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild
+++ b/dev-ros/robot_pose_ekf/robot_pose_ekf-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$
@@ -24,6 +24,7 @@ RDEPEND="
dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
sci-libs/orocos-bfl
+ dev-libs/boost:=[threads]
"
DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )