mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-dotnet/dotnet-runtime-nugets: do not die on arm with musl
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -51,6 +51,11 @@ src_install() {
|
||||
)
|
||||
local nuget_namespace
|
||||
for nuget_namespace in "${nuget_namespaces[@]}" ; do
|
||||
if use arm && use elibc_musl ; then
|
||||
# Well... those do not exist for net3.1.
|
||||
continue
|
||||
fi
|
||||
|
||||
nuget_donuget "${DISTDIR}/${nuget_namespace}.${runtime}.${PV}.nupkg"
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user