dev-cpp/drogon: fix trantor dependency

This prevents segfaults like in bug 868930, but the same tests still
fail in seemingly the same frequency.

Bug: https://bugs.gentoo.org/868930
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
This commit is contained in:
Ronny (tastytea) Gutbrod
2022-09-07 20:53:39 +02:00
parent f202c34f9a
commit b17bcfbab9

View File

@@ -21,7 +21,7 @@ IUSE="+brotli doc examples mariadb postgres redis sqlite +ssl test"
RESTRICT="!test? ( test )"
RDEPEND="
>=dev-cpp/trantor-1.5.6:=
>=dev-cpp/trantor-1.5.6_pre20220801:=
dev-libs/jsoncpp:=
sys-libs/zlib
brotli? ( app-arch/brotli:= )