Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rosauth/
Date: Thu, 30 Jul 2020 13:18:16
Message-Id: 1596115006.083084fc551f4f3c85e6a301dde07f16f6b7db7a.aballier@gentoo
1 commit: 083084fc551f4f3c85e6a301dde07f16f6b7db7a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 30 13:16:46 2020 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 30 13:16:46 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083084fc
7
8 dev-ros/rosauth: add missing test dep
9
10 Closes: https://bugs.gentoo.org/734742
11 Package-Manager: Portage-3.0.1, Repoman-2.3.23
12 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
13
14 dev-ros/rosauth/rosauth-1.0.1.ebuild | 8 ++++++--
15 dev-ros/rosauth/rosauth-9999.ebuild | 8 ++++++--
16 2 files changed, 12 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-ros/rosauth/rosauth-1.0.1.ebuild b/dev-ros/rosauth/rosauth-1.0.1.ebuild
19 index aae091f6514..2bccb46f88d 100644
20 --- a/dev-ros/rosauth/rosauth-1.0.1.ebuild
21 +++ b/dev-ros/rosauth/rosauth-1.0.1.ebuild
22 @@ -15,6 +15,10 @@ IUSE=""
23
24 RDEPEND="
25 dev-ros/roscpp
26 - dev-libs/openssl:0="
27 + dev-libs/openssl:0=
28 +"
29 DEPEND="${RDEPEND}
30 - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
31 + test? (
32 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
33 + dev-cpp/gtest
34 + )"
35
36 diff --git a/dev-ros/rosauth/rosauth-9999.ebuild b/dev-ros/rosauth/rosauth-9999.ebuild
37 index aae091f6514..2bccb46f88d 100644
38 --- a/dev-ros/rosauth/rosauth-9999.ebuild
39 +++ b/dev-ros/rosauth/rosauth-9999.ebuild
40 @@ -15,6 +15,10 @@ IUSE=""
41
42 RDEPEND="
43 dev-ros/roscpp
44 - dev-libs/openssl:0="
45 + dev-libs/openssl:0=
46 +"
47 DEPEND="${RDEPEND}
48 - test? ( dev-ros/rostest[${PYTHON_SINGLE_USEDEP}] )"
49 + test? (
50 + dev-ros/rostest[${PYTHON_SINGLE_USEDEP}]
51 + dev-cpp/gtest
52 + )"