diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-11 14:26:38 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:22:55 +0200 |
commit | 698e76a3fa69be34eeaebfeb66a59faab61dd924 (patch) | |
tree | 5e1572c41698041ea7a2405e06a6b769f68baea3 /dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild | |
parent | dev-ros/pointcloud_to_laserscan: Remove old (diff) | |
download | gentoo-698e76a3fa69be34eeaebfeb66a59faab61dd924.tar.gz gentoo-698e76a3fa69be34eeaebfeb66a59faab61dd924.tar.bz2 gentoo-698e76a3fa69be34eeaebfeb66a59faab61dd924.zip |
dev-ros/pointcloud_to_laserscan: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild')
-rw-r--r-- | dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild index 5c11e8203b2f..74ea4965bb77 100644 --- a/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-9999.ebuild +++ b/dev-ros/pointcloud_to_laserscan/pointcloud_to_laserscan-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 @@ -20,5 +20,6 @@ RDEPEND=" dev-ros/tf2 dev-ros/tf2_ros dev-ros/tf2_sensor_msgs + dev-libs/boost:= " DEPEND="${RDEPEND}" |