commit:     083084fc551f4f3c85e6a301dde07f16f6b7db7a
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 30 13:16:46 2020 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Jul 30 13:16:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083084fc

dev-ros/rosauth: add missing test dep

Closes: https://bugs.gentoo.org/734742
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>

 dev-ros/rosauth/rosauth-1.0.1.ebuild | 8 ++++++--
 dev-ros/rosauth/rosauth-9999.ebuild  | 8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/dev-ros/rosauth/rosauth-1.0.1.ebuild 
b/dev-ros/rosauth/rosauth-1.0.1.ebuild
index aae091f6514..2bccb46f88d 100644
--- a/dev-ros/rosauth/rosauth-1.0.1.ebuild
+++ b/dev-ros/rosauth/rosauth-1.0.1.ebuild
@@ -15,6 +15,10 @@ IUSE=""
 
 RDEPEND="
        dev-ros/roscpp
-       dev-libs/openssl:0="
+       dev-libs/openssl:0=
+"
 DEPEND="${RDEPEND}
-       test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
+       test? (
+               dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+               dev-cpp/gtest
+       )"

diff --git a/dev-ros/rosauth/rosauth-9999.ebuild 
b/dev-ros/rosauth/rosauth-9999.ebuild
index aae091f6514..2bccb46f88d 100644
--- a/dev-ros/rosauth/rosauth-9999.ebuild
+++ b/dev-ros/rosauth/rosauth-9999.ebuild
@@ -15,6 +15,10 @@ IUSE=""
 
 RDEPEND="
        dev-ros/roscpp
-       dev-libs/openssl:0="
+       dev-libs/openssl:0=
+"
 DEPEND="${RDEPEND}
-       test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
+       test? (
+               dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
+               dev-cpp/gtest
+       )"

Reply via email to