diff options
author | Alexis Ballier <aballier@gentoo.org> | 2020-07-30 15:16:46 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2020-07-30 15:16:46 +0200 |
commit | 083084fc551f4f3c85e6a301dde07f16f6b7db7a (patch) | |
tree | ca5d047c5bd6f02d95ba73d8f7facea31d9b5a8c /dev-ros/rosauth/rosauth-1.0.1.ebuild | |
parent | dev-ros/realtime_tools: add missing test deps (diff) | |
download | gentoo-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.ebuild | 8 |
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 + )" |