mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
dev-cpp/jwt-cpp: Add dev-cpp/gtest to BDEPEND for USE=test.
Closes: https://bugs.gentoo.org/834744 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Oliver Freyermuth <o.freyermuth@googlemail.com>
This commit is contained in:
@@ -23,7 +23,10 @@ IUSE="doc +picojson test"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-libs/openssl
|
||||
picojson? ( dev-cpp/picojson )"
|
||||
BDEPEND="doc? ( app-doc/doxygen[dot] )"
|
||||
BDEPEND="
|
||||
doc? ( app-doc/doxygen[dot] )
|
||||
test? ( dev-cpp/gtest )
|
||||
"
|
||||
RESTRICT="
|
||||
!picojson? ( test )
|
||||
!test? ( test )"
|
||||
|
||||
@@ -24,7 +24,10 @@ DEPEND="${RDEPEND}
|
||||
dev-cpp/nlohmann_json
|
||||
dev-libs/openssl
|
||||
picojson? ( dev-cpp/picojson )"
|
||||
BDEPEND="doc? ( app-doc/doxygen[dot] )"
|
||||
BDEPEND="
|
||||
doc? ( app-doc/doxygen[dot] )
|
||||
test? ( dev-cpp/gtest )
|
||||
"
|
||||
RESTRICT="
|
||||
!picojson? ( test )
|
||||
!test? ( test )"
|
||||
|
||||
Reference in New Issue
Block a user