diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 19:35:49 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:40 +0100 |
commit | 9f4d14a8da43d0dbff9a4d14ab2365dc0918b595 (patch) | |
tree | 002e01b8e5d781bde0022b466ff0c70a22c89c7d /dev-ros/move_slow_and_clear | |
parent | dev-ros/move_slow_and_clear: Remove old (diff) | |
download | gentoo-9f4d14a8da43d0dbff9a4d14ab2365dc0918b595.tar.gz gentoo-9f4d14a8da43d0dbff9a4d14ab2365dc0918b595.tar.bz2 gentoo-9f4d14a8da43d0dbff9a4d14ab2365dc0918b595.zip |
dev-ros/move_slow_and_clear: add missing console bridge dep
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/move_slow_and_clear')
-rw-r--r-- | dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1-r1.ebuild (renamed from dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1.ebuild) | 1 | ||||
-rw-r--r-- | dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1.ebuild b/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1-r1.ebuild index 2ab17267f0c4..423f39b67620 100644 --- a/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1.ebuild +++ b/dev-ros/move_slow_and_clear/move_slow_and_clear-1.15.1-r1.ebuild @@ -23,6 +23,7 @@ RDEPEND=" dev-libs/boost:=[threads] dev-cpp/eigen:3 sci-libs/pcl + dev-libs/console_bridge:= " DEPEND="${RDEPEND} dev-ros/cmake_modules diff --git a/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild b/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild index e7fa60b23cb1..423f39b67620 100644 --- a/dev-ros/move_slow_and_clear/move_slow_and_clear-9999.ebuild +++ b/dev-ros/move_slow_and_clear/move_slow_and_clear-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 @@ -23,6 +23,7 @@ RDEPEND=" dev-libs/boost:=[threads] dev-cpp/eigen:3 sci-libs/pcl + dev-libs/console_bridge:= " DEPEND="${RDEPEND} dev-ros/cmake_modules |