From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1491300-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 43065158030
	for <garchives@archives.gentoo.org>; Tue, 28 Feb 2023 04:07:36 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7A103E0391;
	Tue, 28 Feb 2023 04:07:35 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 5FCCAE0391
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2023 04:07:35 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 43EE2340DA4
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2023 04:07:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 41FA68C2
	for <gentoo-commits@lists.gentoo.org>; Tue, 28 Feb 2023 04:07:31 +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: <1677557203.1fe553e135db1b5c6f241f1c1281e190ff1b9f4b.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/rust-bin/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-lang/rust-bin/rust-bin-1.65.0-r1.ebuild dev-lang/rust-bin/rust-bin-1.65.0.ebuild dev-lang/rust-bin/rust-bin-1.66.1-r1.ebuild dev-lang/rust-bin/rust-bin-1.66.1.ebuild dev-lang/rust-bin/rust-bin-1.67.1-r1.ebuild dev-lang/rust-bin/rust-bin-1.67.1.ebuild
X-VCS-Directories: dev-lang/rust-bin/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 1fe553e135db1b5c6f241f1c1281e190ff1b9f4b
X-VCS-Branch: master
Date: Tue, 28 Feb 2023 04:07:31 +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: 083e5e22-f5ce-494b-99a5-58c610765152
X-Archives-Hash: ee63cd175f09bccee8e4abe9bb6acb08

commit:     1fe553e135db1b5c6f241f1c1281e190ff1b9f4b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 28 04:06:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 28 04:06:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe553e1

dev-lang/rust-bin: add openssl{,-compat} dep

Prebuilt binary linked against libssl.so.1.1. Hit this a few times
on ~arch systems (where we have OpenSSL 3) when using rust-bin, shows up
as random build failures for Rust pkgs.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../rust-bin/{rust-bin-1.65.0.ebuild => rust-bin-1.65.0-r1.ebuild}  | 6 +++++-
 .../rust-bin/{rust-bin-1.66.1.ebuild => rust-bin-1.66.1-r1.ebuild}  | 4 ++++
 .../rust-bin/{rust-bin-1.67.1.ebuild => rust-bin-1.67.1-r1.ebuild}  | 4 ++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/dev-lang/rust-bin/rust-bin-1.65.0.ebuild b/dev-lang/rust-bin/rust-bin-1.65.0-r1.ebuild
similarity index 98%
rename from dev-lang/rust-bin/rust-bin-1.65.0.ebuild
rename to dev-lang/rust-bin/rust-bin-1.65.0-r1.ebuild
index a6d5802e3a9c..217681fdca9e 100644
--- a/dev-lang/rust-bin/rust-bin-1.65.0.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.65.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -27,6 +27,10 @@ DEPEND=""
 
 RDEPEND="
 	>=app-eselect/eselect-rust-20190311
+	|| (
+		dev-libs/openssl-compat:1.1.1
+		<dev-libs/openssl-3
+	)
 	sys-apps/lsb-release
 "
 

diff --git a/dev-lang/rust-bin/rust-bin-1.66.1.ebuild b/dev-lang/rust-bin/rust-bin-1.66.1-r1.ebuild
similarity index 99%
rename from dev-lang/rust-bin/rust-bin-1.66.1.ebuild
rename to dev-lang/rust-bin/rust-bin-1.66.1-r1.ebuild
index 42f1cf8bc4a3..4c965e1f5dd4 100644
--- a/dev-lang/rust-bin/rust-bin-1.66.1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.66.1-r1.ebuild
@@ -27,6 +27,10 @@ DEPEND=""
 
 RDEPEND="
 	>=app-eselect/eselect-rust-20190311
+	|| (
+		dev-libs/openssl-compat:1.1.1
+		<dev-libs/openssl-3
+	)
 	sys-apps/lsb-release
 "
 

diff --git a/dev-lang/rust-bin/rust-bin-1.67.1.ebuild b/dev-lang/rust-bin/rust-bin-1.67.1-r1.ebuild
similarity index 99%
rename from dev-lang/rust-bin/rust-bin-1.67.1.ebuild
rename to dev-lang/rust-bin/rust-bin-1.67.1-r1.ebuild
index d9998776c583..ad7fd7020f34 100644
--- a/dev-lang/rust-bin/rust-bin-1.67.1.ebuild
+++ b/dev-lang/rust-bin/rust-bin-1.67.1-r1.ebuild
@@ -27,6 +27,10 @@ DEPEND=""
 
 RDEPEND="
 	>=app-eselect/eselect-rust-20190311
+	|| (
+		dev-libs/openssl-compat:1.1.1
+		<dev-libs/openssl-3
+	)
 	sys-apps/lsb-release
 "