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/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild | |
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/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild')
-rw-r--r-- | dev-ros/robot_pose_ekf/robot_pose_ekf-1.14.0.ebuild | 1 |
1 files changed, 1 insertions, 0 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}] ) |