aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-09-07 20:53:39 +0200
committerRonny (tastytea) Gutbrod <gentoo@tastytea.de>2022-09-07 23:23:41 +0200
commitb17bcfbab92af06106c34350cc70266495251d6c (patch)
tree904149bc1bc79b557b9eb97fcb10d94552d7dbec /dev-cpp
parentdev-cpp/trantor: add 1.5.6_p20220801 (diff)
downloadguru-b17bcfbab92af06106c34350cc70266495251d6c.tar.gz
guru-b17bcfbab92af06106c34350cc70266495251d6c.tar.bz2
guru-b17bcfbab92af06106c34350cc70266495251d6c.zip
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>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/drogon/drogon-1.8.0-r1.ebuild (renamed from dev-cpp/drogon/drogon-1.8.0.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/drogon/drogon-1.8.0.ebuild b/dev-cpp/drogon/drogon-1.8.0-r1.ebuild
index dfc208f1e..784892098 100644
--- a/dev-cpp/drogon/drogon-1.8.0.ebuild
+++ b/dev-cpp/drogon/drogon-1.8.0-r1.ebuild
@@ -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:= )