summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2020-07-30 15:16:46 +0200
committerAlexis Ballier <aballier@gentoo.org>2020-07-30 15:16:46 +0200
commit083084fc551f4f3c85e6a301dde07f16f6b7db7a (patch)
treeca5d047c5bd6f02d95ba73d8f7facea31d9b5a8c /dev-ros/rosauth/rosauth-1.0.1.ebuild
parentdev-ros/realtime_tools: add missing test deps (diff)
downloadgentoo-083084fc551f4f3c85e6a301dde07f16f6b7db7a.tar.gz
gentoo-083084fc551f4f3c85e6a301dde07f16f6b7db7a.tar.bz2
gentoo-083084fc551f4f3c85e6a301dde07f16f6b7db7a.zip
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@gentoo.org>
Diffstat (limited to 'dev-ros/rosauth/rosauth-1.0.1.ebuild')
-rw-r--r--dev-ros/rosauth/rosauth-1.0.1.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-ros/rosauth/rosauth-1.0.1.ebuild b/dev-ros/rosauth/rosauth-1.0.1.ebuild
index aae091f65144..2bccb46f88d1 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
+ )"