mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 00:53:02 -04:00
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:
@@ -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 )"
|
||||
|
||||
|
||||
@@ -24,7 +24,8 @@ IUSE="doc +picojson test"
|
||||
DEPEND="${RDEPEND}
|
||||
dev-cpp/nlohmann_json
|
||||
dev-libs/openssl
|
||||
picojson? ( dev-cpp/picojson )"
|
||||
picojson? ( dev-cpp/picojson )
|
||||
test? ( dev-cpp/gtest )"
|
||||
BDEPEND="doc? ( app-doc/doxygen[dot] )"
|
||||
RESTRICT="!picojson? ( test )"
|
||||
DOCS=( README.md docs/{faqs,ssl,traits}.md )
|
||||
|
||||
Reference in New Issue
Block a user