summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-09-12 13:45:55 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-09-12 13:49:21 +0200
commitdc722ecb7c52ce17fe094f6a0c3001e6572b45fc (patch)
treeb2513618fbac0df3307e6b751526ebccb1cfc367 /dev-ros/laser_proc/laser_proc-9999.ebuild
parentdev-ros/depthimage_to_laserscan: add missing boost dep (diff)
downloadgentoo-dc722ecb7c52ce17fe094f6a0c3001e6572b45fc.tar.gz
gentoo-dc722ecb7c52ce17fe094f6a0c3001e6572b45fc.tar.bz2
gentoo-dc722ecb7c52ce17fe094f6a0c3001e6572b45fc.zip
dev-ros/laser_proc: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/laser_proc/laser_proc-9999.ebuild')
-rw-r--r--dev-ros/laser_proc/laser_proc-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/laser_proc/laser_proc-9999.ebuild b/dev-ros/laser_proc/laser_proc-9999.ebuild
index f3dbd2c9c0e8..49101e13602b 100644
--- a/dev-ros/laser_proc/laser_proc-9999.ebuild
+++ b/dev-ros/laser_proc/laser_proc-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,5 +18,6 @@ RDEPEND="
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-ros/pluginlib
dev-ros/nodelet
+ dev-libs/boost:=
"
DEPEND="${RDEPEND}"