diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:55:31 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-09-12 13:59:45 +0200 |
commit | 574646e0d2843a01c0e22cbbf50fb63273c781b0 (patch) | |
tree | 90d40132f7ec2efa5c5b383806c7f2a7fc86fd22 /dev-ros | |
parent | dev-ros/global_planner: Remove old (diff) | |
download | gentoo-574646e0d2843a01c0e22cbbf50fb63273c781b0.tar.gz gentoo-574646e0d2843a01c0e22cbbf50fb63273c781b0.tar.bz2 gentoo-574646e0d2843a01c0e22cbbf50fb63273c781b0.zip |
dev-ros/global_planner: add missing boost dep
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/global_planner/global_planner-1.15.1.ebuild | 1 | ||||
-rw-r--r-- | dev-ros/global_planner/global_planner-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/global_planner/global_planner-1.15.1.ebuild b/dev-ros/global_planner/global_planner-1.15.1.ebuild index c330d4d122c5..7145234ce39d 100644 --- a/dev-ros/global_planner/global_planner-1.15.1.ebuild +++ b/dev-ros/global_planner/global_planner-1.15.1.ebuild @@ -24,5 +24,6 @@ RDEPEND=" dev-ros/tf dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/global_planner/global_planner-9999.ebuild b/dev-ros/global_planner/global_planner-9999.ebuild index 73ffbaf2efdd..7145234ce39d 100644 --- a/dev-ros/global_planner/global_planner-9999.ebuild +++ b/dev-ros/global_planner/global_planner-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 @@ -24,5 +24,6 @@ RDEPEND=" dev-ros/tf dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" |