diff options
author | Alexis Ballier <aballier@gentoo.org> | 2019-08-28 18:59:49 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2019-08-28 19:01:47 +0200 |
commit | 6092c7b049c5e7e56a3f0bce249666330ab1aaf0 (patch) | |
tree | 6d59a5bf2f9a6cefc2f07f3932810b918b5c7125 /dev-ros | |
parent | dev-ros/hardware_interface: Remove old (diff) | |
download | gentoo-6092c7b049c5e7e56a3f0bce249666330ab1aaf0.tar.gz gentoo-6092c7b049c5e7e56a3f0bce249666330ab1aaf0.tar.bz2 gentoo-6092c7b049c5e7e56a3f0bce249666330ab1aaf0.zip |
dev-ros/hardware_interface: add missing rostest test dep
Closes: https://bugs.gentoo.org/690516
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'dev-ros')
-rw-r--r-- | dev-ros/hardware_interface/hardware_interface-0.15.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ros/hardware_interface/hardware_interface-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ros/hardware_interface/hardware_interface-0.15.1.ebuild b/dev-ros/hardware_interface/hardware_interface-0.15.1.ebuild index 474b9e3bcba2..a2893f32df40 100644 --- a/dev-ros/hardware_interface/hardware_interface-0.15.1.ebuild +++ b/dev-ros/hardware_interface/hardware_interface-0.15.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,4 +15,4 @@ IUSE="" RDEPEND="dev-ros/roscpp" DEPEND="${RDEPEND} - test? ( dev-cpp/gtest )" + test? ( dev-cpp/gtest dev-ros/rostest )" diff --git a/dev-ros/hardware_interface/hardware_interface-9999.ebuild b/dev-ros/hardware_interface/hardware_interface-9999.ebuild index b9af97a138ee..a2893f32df40 100644 --- a/dev-ros/hardware_interface/hardware_interface-9999.ebuild +++ b/dev-ros/hardware_interface/hardware_interface-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -15,4 +15,4 @@ IUSE="" RDEPEND="dev-ros/roscpp" DEPEND="${RDEPEND} - test? ( dev-cpp/gtest )" + test? ( dev-cpp/gtest dev-ros/rostest )" |