dev-ros/robot_pose_ekf: add missing dep on boost
authorAlexis Ballier <aballier@gentoo.org>
Thu, 6 Oct 2016 13:39:40 +0000 (15:39 +0200)
committerAlexis Ballier <aballier@gentoo.org>
Thu, 6 Oct 2016 13:47:05 +0000 (15:47 +0200)
Package-Manager: portage-2.3.1

dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild
dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild

index ca5764768460ca722d799f0aa5a69b6b023f5db7..2fb12aad305e67eb6562183fce9b5fea63aa6645 100644 (file)
@@ -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}] )
index a2c43b164175e8617a5f896a7a70d1ff1ec2c2cc..2fb12aad305e67eb6562183fce9b5fea63aa6645 100644 (file)
@@ -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}] )