dev-cpp/jwt-cpp: Add forgotten openssl dependency.

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-26 18:52:20 +01:00
parent ebaf195b86
commit 70e2318b64

View File

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