From 2a24386cc68e0e55438bb04bffb0eb151b3958cc Mon Sep 17 00:00:00 2001 From: Hanno Date: Wed, 7 Nov 2018 09:25:22 +0100 Subject: dev-ros/rostest: add test dependency rostopic Signed-off-by: Hanno Boeck Closes: https://bugs.gentoo.org/670150 Package-Manager: Portage-2.3.51, Repoman-2.3.12 --- dev-ros/rostest/rostest-1.14.3.ebuild | 3 ++- dev-ros/rostest/rostest-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'dev-ros') diff --git a/dev-ros/rostest/rostest-1.14.3.ebuild b/dev-ros/rostest/rostest-1.14.3.ebuild index 10f35c044f10..92a2e64fe23c 100644 --- a/dev-ros/rostest/rostest-1.14.3.ebuild +++ b/dev-ros/rostest/rostest-1.14.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,4 +29,5 @@ DEPEND="${DEPEND} test? ( ${RDEPEND} dev-cpp/gtest + dev-ros/rostopic )" diff --git a/dev-ros/rostest/rostest-9999.ebuild b/dev-ros/rostest/rostest-9999.ebuild index c46bbf042402..92a2e64fe23c 100644 --- a/dev-ros/rostest/rostest-9999.ebuild +++ b/dev-ros/rostest/rostest-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -29,4 +29,5 @@ DEPEND="${DEPEND} test? ( ${RDEPEND} dev-cpp/gtest + dev-ros/rostopic )" -- cgit v1.2.3-65-gdbad