commit: 4c745d44106e036dff82ce81684269558514ae46
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 12 11:45:14 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Sep 12 11:49:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c745d44
dev-ros/depthimage_to_laserscan: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild | 1 +
dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild | 1 +
2 files changed, 2 insertions(+)
diff --git
a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild
b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild
index 70848da8cd5..b900bfd13f7 100644
--- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild
+++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-1.0.7-r1.ebuild
@@ -21,6 +21,7 @@ RDEPEND="
dev-ros/image_transport
dev-ros/nodelet
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+ dev-libs/boost:=
"
DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}/isnan.patch" )
diff --git
a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
index 3cd92a30cd4..41810a661ed 100644
--- a/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
+++ b/dev-ros/depthimage_to_laserscan/depthimage_to_laserscan-9999.ebuild
@@ -21,5 +21,6 @@ RDEPEND="
dev-ros/image_transport
dev-ros/nodelet
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
+ dev-libs/boost:=
"
DEPEND="${RDEPEND}"