From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1434458-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 6D731158095
	for <garchives@archives.gentoo.org>; Thu,  8 Sep 2022 01:46:50 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2D53FE0AFC;
	Thu,  8 Sep 2022 01:46:47 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 14F7DE0AFC
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Sep 2022 01:46:47 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3DF06340D0A
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Sep 2022 01:46:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id F2E1A5E3
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Sep 2022 01:46:42 +0000 (UTC)
From: "Ronny Gutbrod" <gentoo@tastytea.de>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" <gentoo@tastytea.de>
Message-ID: <1662585821.b17bcfbab92af06106c34350cc70266495251d6c.tastytea@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-cpp/drogon/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: dev-cpp/drogon/drogon-1.8.0-r1.ebuild dev-cpp/drogon/drogon-1.8.0.ebuild
X-VCS-Directories: dev-cpp/drogon/
X-VCS-Committer: tastytea
X-VCS-Committer-Name: Ronny Gutbrod
X-VCS-Revision: b17bcfbab92af06106c34350cc70266495251d6c
X-VCS-Branch: master
Date: Thu,  8 Sep 2022 01:46:42 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 8a0f724c-a83e-47da-b7b7-fc754a418203
X-Archives-Hash: 25b7dbbcb57e945ff200bb70b87bf5cd
Message-ID: <20220908014642.ACwhvaYJvjBDGZRX66__V21bEM_ReLiRxPobNo_B3RM@z>

commit:     b17bcfbab92af06106c34350cc70266495251d6c
Author:     Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Wed Sep  7 18:53:39 2022 +0000
Commit:     Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Wed Sep  7 21:23:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b17bcfba

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 <AT> tastytea.de>

 dev-cpp/drogon/{drogon-1.8.0.ebuild => drogon-1.8.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/drogon/drogon-1.8.0.ebuild b/dev-cpp/drogon/drogon-1.8.0-r1.ebuild
similarity index 98%
rename from dev-cpp/drogon/drogon-1.8.0.ebuild
rename to 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:= )