Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/dotnet-sdk-bin/
Date: Mon, 28 Jun 2021 15:23:19
Message-Id: 1624893780.dd947619b0b1a936bb9fb01aad2eb69ab4371cb9.zmedico@gentoo
1 commit: dd947619b0b1a936bb9fb01aad2eb69ab4371cb9
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 15:17:26 2021 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 15:23:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd947619
7
8 dev-dotnet/dotnet-sdk-bin: add soname deps (bug 798990)
9
10 I will delay the revbump for the time being in case any other
11 changes arise today, and leave bug 798990 open as a reminder.
12
13 Reported-by: Agostino Sarubbo <ago <AT> gentoo.org>
14 Bug: https://bugs.gentoo.org/798990
15 Package-Manager: Portage-3.0.20, Repoman-3.0.3
16 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
17
18 dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild | 7 ++++++-
19 1 file changed, 6 insertions(+), 1 deletion(-)
20
21 diff --git a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild
22 index 30e9b4e6de5..ef420c241e6 100644
23 --- a/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild
24 +++ b/dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild
25 @@ -21,7 +21,12 @@ IUSE="+dotnet-symlink"
26 REQUIRED_USE="elibc_glibc"
27 QA_PREBUILT="*"
28 RESTRICT+=" splitdebug"
29 -RDEPEND="dotnet-symlink? ( !dev-dotnet/dotnet-sdk[dotnet-symlink(+)] )"
30 +RDEPEND="
31 + app-crypt/mit-krb5:0/0
32 + dev-util/lttng-ust:0
33 + sys-libs/zlib:0/1
34 + dotnet-symlink? ( !dev-dotnet/dotnet-sdk[dotnet-symlink(+)] )
35 +"
36
37 S=${WORKDIR}