summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-12-28 17:49:39 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-12-28 20:10:17 +0100
commit1225246bff7b37687a63d0bcb2416a9febcc9f0b (patch)
tree26ea63167b85e4908380b1700a0f29a48c6a6ebd /dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild
parentdev-ros/combined_robot_hw_tests: Remove old (diff)
downloadgentoo-1225246bff7b37687a63d0bcb2416a9febcc9f0b.tar.gz
gentoo-1225246bff7b37687a63d0bcb2416a9febcc9f0b.tar.bz2
gentoo-1225246bff7b37687a63d0bcb2416a9febcc9f0b.zip
dev-ros/combined_robot_hw_tests: add missing := dep on console bridge
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild')
-rw-r--r--dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild
index 7eef1b930d60..fca1073283bc 100644
--- a/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild
+++ b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild
@@ -21,6 +21,7 @@ RDEPEND="
dev-ros/hardware_interface
dev-ros/roscpp
dev-libs/boost:=
+ dev-libs/console_bridge:=
"
DEPEND="${RDEPEND}
test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"