commit: dd947619b0b1a936bb9fb01aad2eb69ab4371cb9 Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Mon Jun 28 15:17:26 2021 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Mon Jun 28 15:23:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd947619
dev-dotnet/dotnet-sdk-bin: add soname deps (bug 798990) I will delay the revbump for the time being in case any other changes arise today, and leave bug 798990 open as a reminder. Reported-by: Agostino Sarubbo <ago <AT> gentoo.org> Bug: https://bugs.gentoo.org/798990 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 index 30e9b4e6de5..ef420c241e6 100644 --- 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 @@ -21,7 +21,12 @@ IUSE="+dotnet-symlink" REQUIRED_USE="elibc_glibc" QA_PREBUILT="*" RESTRICT+=" splitdebug" -RDEPEND="dotnet-symlink? ( !dev-dotnet/dotnet-sdk[dotnet-symlink(+)] )" +RDEPEND=" + app-crypt/mit-krb5:0/0 + dev-util/lttng-ust:0 + sys-libs/zlib:0/1 + dotnet-symlink? ( !dev-dotnet/dotnet-sdk[dotnet-symlink(+)] ) +" S=${WORKDIR}
