From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 ; 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 ; 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 ; 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 ; Tue, 28 Feb 2023 04:07:31 +0000 (UTC) From: "Sam James" 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" 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: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail 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 gentoo org> AuthorDate: Tue Feb 28 04:06:43 2023 +0000 Commit: Sam James gentoo 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 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 +