summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-12 13:56:16 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-12 13:59:45 +0200
commitebe57646fda9af3982819088df3c5031a7efd8a3 (patch)
treea06d024f5f4bbd0e94b48aa66298f8198e698688 /dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild
parentdev-ros/hector_pose_estimation: Remove old (diff)
downloadgentoo-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/hector_pose_estimation-9999.ebuild')
-rw-r--r--dev-ros/hector_pose_estimation/hector_pose_estimation-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
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}"