Skip to content

Commit

Permalink
dev-dotnet/dotnet-sdk-bin: add soname deps (bug 798990)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Bug: https://bugs.gentoo.org/798990
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <[email protected]>
  • Loading branch information
zmedico committed Jun 28, 2021
1 parent 2326356 commit dd94761
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dev-dotnet/dotnet-sdk-bin/dotnet-sdk-bin-5.0.301.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit dd94761

Please sign in to comment.