commit:     9c303e0e9edf8fb446468b308bbab03ec0055158
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  4 23:23:54 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Nov  4 23:36:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c303e0e

dev-dotnet/dotnet-runtime-nugets: do not die on arm with musl

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git 
a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild 
b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild
index f018132f4e64..7c9ec41e744d 100644
--- a/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild
+++ b/dev-dotnet/dotnet-runtime-nugets/dotnet-runtime-nugets-3.1.32.ebuild
@@ -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
 }

Reply via email to