diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:56:16 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:59:45 +0200 |
commit | ebe57646fda9af3982819088df3c5031a7efd8a3 (patch) | |
tree | a06d024f5f4bbd0e94b48aa66298f8198e698688 /dev-ros/hector_pose_estimation | |
parent | dev-ros/hector_pose_estimation: Remove old (diff) | |
download | gentoo-ebe57646fda9af3982819088df3c5031a7efd8a3.tar.gz gentoo-ebe57646fda9af3982819088df3c5031a7efd8a3.tar.bz2 gentoo-ebe57646fda9af3982819088df3c5031a7efd8a3.zip |
dev-ros/hector_pose_estimation: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/hector_pose_estimation')
-rw-r--r-- | dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild b/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild index 4b9218ef1d58..ff5460914801 100644 --- a/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild +++ b/dev-ros/hector_pose_estimation/hector_pose_estimation-0.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf dev-ros/message_filters + dev-libs/boost:= " # dev-ros/hector_timing DEPEND="${RDEPEND}" diff --git a/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild b/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild index 4bf14e553dd5..ff5460914801 100644 --- a/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild +++ b/dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf dev-ros/message_filters + dev-libs/boost:= " # dev-ros/hector_timing DEPEND="${RDEPEND}" |