Gentoo Archives: gentoo-commits

From: Gergely Nagy <ngg@×××.hu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/dotnetcore-sdk-bin/
Date: Tue, 15 Sep 2020 16:13:12
Message-Id: 1600186316.f7fe1f80adc9850711d62f74181f03c8b6989130.ngg@gentoo
1 commit: f7fe1f80adc9850711d62f74181f03c8b6989130
2 Author: Azat Bahawi <azahi <AT> teknik <DOT> io>
3 AuthorDate: Sat Sep 5 20:03:25 2020 +0000
4 Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
5 CommitDate: Tue Sep 15 16:11:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=f7fe1f80
7
8 dev-dotnet/dotnetcore-sdk-bin: Allow openssl-compat
9
10 Remove direct dependency on dev-libs/openssl by allowing
11 dev-libs/openssl-compat. This can be used as a workaround for merging
12 dotnetcore on a system that uses dev-libs/libressl.
13
14 Closes: https://github.com/gentoo/dotnet/pull/479
15 Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
16
17 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.810.ebuild | 2 +-
18 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.2.207.ebuild | 2 +-
19 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild | 2 +-
20 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.402.ebuild | 2 +-
21 dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_rc1.ebuild | 2 +-
22 5 files changed, 5 insertions(+), 5 deletions(-)
23
24 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.810.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.810.ebuild
25 index 170b4af..46ff3b9 100644
26 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.810.ebuild
27 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.1.810.ebuild
28 @@ -30,7 +30,7 @@ RDEPEND="
29 >=sys-libs/libunwind-1.1-r1
30 >=dev-libs/icu-57.1
31 >=dev-util/lttng-ust-2.8.1
32 - >=dev-libs/openssl-1.0.2h-r2
33 + || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
34 >=net-misc/curl-7.49.0
35 >=app-crypt/mit-krb5-1.14.2
36 >=sys-libs/zlib-1.2.8-r1
37
38 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.2.207.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.2.207.ebuild
39 index 97e12c4..381544d 100644
40 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.2.207.ebuild
41 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-2.2.207.ebuild
42 @@ -30,7 +30,7 @@ RDEPEND="
43 >=sys-libs/libunwind-1.1-r1
44 >=dev-libs/icu-57.1
45 >=dev-util/lttng-ust-2.8.1
46 - >=dev-libs/openssl-1.0.2h-r2
47 + || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
48 >=net-misc/curl-7.49.0
49 >=app-crypt/mit-krb5-1.14.2
50 >=sys-libs/zlib-1.2.8-r1
51
52 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
53 index 6f84224..2a612ec 100644
54 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
55 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.0.103.ebuild
56 @@ -30,7 +30,7 @@ RDEPEND="
57 >=sys-libs/libunwind-1.1-r1
58 >=dev-libs/icu-57.1
59 >=dev-util/lttng-ust-2.8.1
60 - >=dev-libs/openssl-1.0.2h-r2
61 + || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
62 >=net-misc/curl-7.49.0
63 >=app-crypt/mit-krb5-1.14.2
64 >=sys-libs/zlib-1.2.8-r1
65
66 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.402.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.402.ebuild
67 index 0740da2..fbc6aff 100644
68 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.402.ebuild
69 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-3.1.402.ebuild
70 @@ -30,7 +30,7 @@ RDEPEND="
71 >=sys-libs/libunwind-1.1-r1
72 >=dev-libs/icu-57.1
73 >=dev-util/lttng-ust-2.8.1
74 - >=dev-libs/openssl-1.0.2h-r2
75 + || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
76 >=net-misc/curl-7.49.0
77 >=app-crypt/mit-krb5-1.14.2
78 >=sys-libs/zlib-1.2.8-r1
79
80 diff --git a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_rc1.ebuild b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_rc1.ebuild
81 index 39630d4..87605fd 100644
82 --- a/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_rc1.ebuild
83 +++ b/dev-dotnet/dotnetcore-sdk-bin/dotnetcore-sdk-bin-5.0.100_rc1.ebuild
84 @@ -32,7 +32,7 @@ RDEPEND="
85 >=sys-libs/libunwind-1.1-r1
86 >=dev-libs/icu-57.1
87 >=dev-util/lttng-ust-2.8.1
88 - >=dev-libs/openssl-1.0.2h-r2
89 + || ( >=dev-libs/openssl-1.0.2h-r2 >=dev-libs/openssl-compat-1.0.2h-r2 )
90 >=net-misc/curl-7.49.0
91 >=app-crypt/mit-krb5-1.14.2
92 >=sys-libs/zlib-1.2.8-r1