diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 18:54:07 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:32 +0100 |
commit | a2ca41f076803189182b7db5fbbf9e06beb46400 (patch) | |
tree | dda7749c041ec236295b7545dda813b899d078bf /dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild | |
parent | dev-ros/dwa_local_planner: Remove old (diff) | |
download | gentoo-a2ca41f076803189182b7db5fbbf9e06beb46400.tar.gz gentoo-a2ca41f076803189182b7db5fbbf9e06beb46400.tar.bz2 gentoo-a2ca41f076803189182b7db5fbbf9e06beb46400.zip |
dev-ros/dwa_local_planner: add missing := dep on console bridge
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild')
-rw-r--r-- | dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild b/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild index 3a02edf40ad1..34db0fe64df5 100644 --- a/dev-ros/dwa_local_planner/dwa_local_planner-9999.ebuild +++ b/dev-ros/dwa_local_planner/dwa_local_planner-9999.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 @@ -27,5 +27,6 @@ RDEPEND=" dev-cpp/eigen:3 sci-libs/pcl dev-libs/boost:=[threads] + dev-libs/console_bridge:= " DEPEND="${RDEPEND}" |