From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1296074-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 9857613835B
	for <garchives@archives.gentoo.org>; Tue, 22 Jun 2021 18:19:33 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DC037E0893;
	Tue, 22 Jun 2021 18:19:32 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C01E9E0893
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 18:19:32 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 4E813340BB9
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 18:19:29 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D091D7C9
	for <gentoo-commits@lists.gentoo.org>; Tue, 22 Jun 2021 18:19:25 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1624385940.f561b635a8f39cacbd3ccea531e7ad8eba51e14c.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/gatling/
X-VCS-Repository: repo/gentoo
X-VCS-Files: www-servers/gatling/gatling-0.16-r1.ebuild www-servers/gatling/gatling-0.16-r2.ebuild
X-VCS-Directories: www-servers/gatling/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: f561b635a8f39cacbd3ccea531e7ad8eba51e14c
X-VCS-Branch: master
Date: Tue, 22 Jun 2021 18:19:25 +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: f283cdc4-1476-4319-9780-c36472f8a395
X-Archives-Hash: a76ab68d6d24d5e0e5b59f8723fe5a03

commit:     f561b635a8f39cacbd3ccea531e7ad8eba51e14c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 00:00:09 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 18:19:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f561b635

www-servers/gatling: use binding := for dev-libs/openssl

Needed for upcoming upgrade to OpenSSL 3.0.0 which has changed ABI.

Acked-by: David Seifert <soap <AT> gentoo.org>
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 www-servers/gatling/{gatling-0.16-r1.ebuild => gatling-0.16-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/gatling/gatling-0.16-r1.ebuild b/www-servers/gatling/gatling-0.16-r2.ebuild
similarity index 98%
rename from www-servers/gatling/gatling-0.16-r1.ebuild
rename to www-servers/gatling/gatling-0.16-r2.ebuild
index ba75a8d4e97..5dc968c933d 100644
--- a/www-servers/gatling/gatling-0.16-r1.ebuild
+++ b/www-servers/gatling/gatling-0.16-r2.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="ssl? ( !diet )"
 DEPEND=">=dev-libs/libowfat-0.32-r2[diet=]
 	diet? ( dev-libs/dietlibc )
 	ssl? (
-		dev-libs/openssl:0
+		dev-libs/openssl:0=
 	)"
 RDEPEND="${DEPEND}
 	acct-group/gatling