dev-ros/hector_imu_attitude_to_tf: add missing boost dep

Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
Alexis Ballier
2017-09-13 13:32:55 +02:00
parent 5ea9b258a7
commit 7ac44a8f8c
2 changed files with 4 additions and 2 deletions

View File

@@ -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
@@ -17,5 +17,6 @@ RDEPEND="
dev-ros/roscpp
dev-ros/tf
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-libs/boost:=
"
DEPEND="${RDEPEND}"

View File

@@ -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
@@ -17,5 +17,6 @@ RDEPEND="
dev-ros/roscpp
dev-ros/tf
dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
dev-libs/boost:=
"
DEPEND="${RDEPEND}"