dev-cpp/jwt-cpp: Add missing dev-cpp/gtest dep for USE=test.

Closes: https://bugs.gentoo.org/834148
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
Oliver Freyermuth
2022-02-27 15:27:58 +01:00
parent 2169715304
commit a0d01036fb
2 changed files with 4 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ IUSE="doc +picojson test"
DEPEND="${RDEPEND}
dev-libs/openssl
picojson? ( dev-cpp/picojson )"
picojson? ( dev-cpp/picojson )
test? ( dev-cpp/gtest )"
BDEPEND="doc? ( app-doc/doxygen[dot] )"
RESTRICT="!picojson? ( test )"