diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-10-06 15:39:40 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-10-06 15:47:05 +0200 |
commit | 339ea1a223b0da9f767c29ecbcea03bcf99a3774 (patch) | |
tree | 1fd8f598c0a966d99ff052945225b0dd95ea018e /dev-ros | |
parent | dev-ros/robot_pose_ekf: remove old (diff) | |
download | gentoo-339ea1a223b0da9f767c29ecbcea03bcf99a3774.tar.gz gentoo-339ea1a223b0da9f767c29ecbcea03bcf99a3774.tar.bz2 gentoo-339ea1a223b0da9f767c29ecbcea03bcf99a3774.zip |
dev-ros/robot_pose_ekf: add missing dep on boost
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/robot_pose_ekf/robot_pose_ekf-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
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 ca5764768460..2fb12aad305e 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 a2c43b164175..2fb12aad305e 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}] ) |