diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 17:49:39 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-12-28 20:10:17 +0100 |
commit | 1225246bff7b37687a63d0bcb2416a9febcc9f0b (patch) | |
tree | 26ea63167b85e4908380b1700a0f29a48c6a6ebd /dev-ros/combined_robot_hw_tests | |
parent | dev-ros/combined_robot_hw_tests: Remove old (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0-r1.ebuild (renamed from dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0.ebuild) | 1 | ||||
-rw-r--r-- | dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-9999.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0.ebuild b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0-r1.ebuild index 7eef1b930d60..fca1073283bc 100644 --- a/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0.ebuild +++ b/dev-ros/combined_robot_hw_tests/combined_robot_hw_tests-0.13.0-r1.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}] )" 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}] )" |