commit: e045cba098ae80b38eb39ae1ac18c328870e3686 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Mar 21 23:17:03 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Mar 21 23:17:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e045cba0
profiles/features/musl/package.mask: mask sys-auth/libnss-nis musl has no support for nss subsystem. Reported-by: Toralf Förster Signed-off-by: Sergei Trofimovich <slyfox <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 48ed41cb0c9..cb7c6f88fac 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2020 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 +# Sergei Trofimovich <[email protected]> (2020-03-21) +# musl has no support for nss subsystem. +sys-auth/libnss-nis + # Sergei Trofimovich <[email protected]> (2020-03-21) # Needs a port no musl. Uses glibc-specific termio and __getppid. app-emulation/ski
