mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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@gentoo.org> Bug: https://bugs.gentoo.org/798990 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Zac Medico <zmedico@gentoo.org>
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user