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 f018132f4e646..7c9ec41e744dc 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 }