diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-13 13:32:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-13 13:58:02 +0200 |
commit | 9340c99303d97aa2408d82a16c8ed83e823a7470 (patch) | |
tree | e8e61a56bc318fa28f0b30e756cc33cd83eb4256 /dev-ros/hector_imu_tools | |
parent | dev-ros/hector_imu_tools: Remove old (diff) | |
download | gentoo-9340c99303d97aa2408d82a16c8ed83e823a7470.tar.gz gentoo-9340c99303d97aa2408d82a16c8ed83e823a7470.tar.bz2 gentoo-9340c99303d97aa2408d82a16c8ed83e823a7470.zip |
dev-ros/hector_imu_tools: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/hector_imu_tools')
-rw-r--r-- | dev-ros/hector_imu_tools/hector_imu_tools-0.3.5.ebuild | 3 | ||||
-rw-r--r-- | dev-ros/hector_imu_tools/hector_imu_tools-9999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-ros/hector_imu_tools/hector_imu_tools-0.3.5.ebuild b/dev-ros/hector_imu_tools/hector_imu_tools-0.3.5.ebuild index 6d638a2b06b7..2ed4b21ceb5f 100644 --- a/dev-ros/hector_imu_tools/hector_imu_tools-0.3.5.ebuild +++ b/dev-ros/hector_imu_tools/hector_imu_tools-0.3.5.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 @@ -19,5 +19,6 @@ RDEPEND=" dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/hector_imu_tools/hector_imu_tools-9999.ebuild b/dev-ros/hector_imu_tools/hector_imu_tools-9999.ebuild index 936f0e5e2afc..2ed4b21ceb5f 100644 --- a/dev-ros/hector_imu_tools/hector_imu_tools-9999.ebuild +++ b/dev-ros/hector_imu_tools/hector_imu_tools-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 @@ -19,5 +19,6 @@ RDEPEND=" dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" |