commit: c6c8ad72b6d93a6f792655beaa67c762e6b59cff Author: NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com> AuthorDate: Thu Mar 13 17:39:14 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Mar 14 20:59:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6c8ad72
app-admin/sud: mask on musl Relies on glibc-only functionality that was not ported to musl Closes: https://bugs.gentoo.org/942215 Closes: https://bugs.gentoo.org/830075 Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/41065 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index a54e24c8f796..7b377e823850 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# NHOrus <[email protected]> (2025-03-13) +# uses functions musl will not implement, bug #942215 +app-admin/sud + # NHOrus <[email protected]> (2025-02-01) # not ported to musl, bug #713434 app-crypt/mit-krb5-appl
