diff options
author | Alexis Ballier <aballier@gentoo.org> | 2016-06-28 12:56:07 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2016-06-28 12:56:45 +0200 |
commit | 7dc9a81300156df31f6e93ea8517fc202a534c24 (patch) | |
tree | d787bed001d5a785cae98a0a575d49b9c77b1c74 /dev-ros/costmap_2d/costmap_2d-9999.ebuild | |
parent | dev-ros/costmap_2d: remove old (diff) | |
download | gentoo-7dc9a81300156df31f6e93ea8517fc202a534c24.tar.gz gentoo-7dc9a81300156df31f6e93ea8517fc202a534c24.tar.bz2 gentoo-7dc9a81300156df31f6e93ea8517fc202a534c24.zip |
dev-ros/costmap_2d: add := dep on pcl
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-ros/costmap_2d/costmap_2d-9999.ebuild')
-rw-r--r-- | dev-ros/costmap_2d/costmap_2d-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ros/costmap_2d/costmap_2d-9999.ebuild b/dev-ros/costmap_2d/costmap_2d-9999.ebuild index fa91c4177ea8..7510e1f82901 100644 --- a/dev-ros/costmap_2d/costmap_2d-9999.ebuild +++ b/dev-ros/costmap_2d/costmap_2d-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,7 +32,7 @@ RDEPEND=" dev-ros/tf dev-ros/voxel_grid dev-cpp/eigen:3 - sci-libs/pcl + sci-libs/pcl:= dev-libs/boost:=[threads] " DEPEND="${RDEPEND} |