summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-28 04:06:43 +0000
committerSam James <sam@gentoo.org>2023-02-28 04:06:43 +0000
commit1fe553e135db1b5c6f241f1c1281e190ff1b9f4b (patch)
treeecefc615f8ea88193c4f281b0e7cd1c1a2e1654a /dev-lang
parentsys-libs/glibc: filter -fno-builtin (diff)
downloadgentoo-1fe553e135db1b5c6f241f1c1281e190ff1b9f4b.tar.gz
gentoo-1fe553e135db1b5c6f241f1c1281e190ff1b9f4b.tar.bz2
gentoo-1fe553e135db1b5c6f241f1c1281e190ff1b9f4b.zip
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@gentoo.org>
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/rust-bin/rust-bin-1.65.0-r1.ebuild (renamed from dev-lang/rust-bin/rust-bin-1.65.0.ebuild)6
-rw-r--r--dev-lang/rust-bin/rust-bin-1.66.1-r1.ebuild (renamed from dev-lang/rust-bin/rust-bin-1.66.1.ebuild)4
-rw-r--r--dev-lang/rust-bin/rust-bin-1.67.1-r1.ebuild (renamed from dev-lang/rust-bin/rust-bin-1.67.1.ebuild)4
3 files changed, 13 insertions, 1 deletions
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
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
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
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
"