diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-05-31 08:09:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-09 23:05:35 +0000 |
commit | cf34230c237f5724043048eabf083f07b7fc64a7 (patch) | |
tree | 0752c75dd39e3cae907e3267d1a302917b0680c5 /profiles | |
parent | sys-kernel/gentoo-sources: drop 6.1.53-r1 (diff) | |
download | gentoo-cf34230c237f5724043048eabf083f07b7fc64a7.tar.gz gentoo-cf34230c237f5724043048eabf083f07b7fc64a7.tar.bz2 gentoo-cf34230c237f5724043048eabf083f07b7fc64a7.zip |
profiles/features/musl: Extending list of masked nss packages under musl
As musl has no support for nss subsystem.
Closes: https://bugs.gentoo.org/712550
Closes: https://bugs.gentoo.org/715416
Closes: https://bugs.gentoo.org/715510
Closes: https://bugs.gentoo.org/717406
Closes: https://bugs.gentoo.org/829357
Closes: https://bugs.gentoo.org/830269
Closes: https://bugs.gentoo.org/889228
Closes: https://bugs.gentoo.org/889686
Closes: https://bugs.gentoo.org/908578
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31243
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/features/musl/package.mask | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 8466238a2352..f37d822c4a4b 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -338,6 +338,16 @@ app-editors/jasspa-microemacs sys-apps/unscd sys-auth/libnss-nis sys-auth/sssd +net-nds/nsscache +sys-auth/libnss-cache +sys-auth/libnss-mysql +sys-auth/libnss-nis +sys-auth/libnss-pgsql +sys-auth/nss-mdns +sys-auth/nss-myhostname +sys-auth/nss-pam-ldapd +sys-auth/nss_ldap +dev-libs/nss-pem # Sergei Trofimovich <slyfox@gentoo.org> (2020-03-21) # Needs a port to musl. Uses glibc-specific termio and __getppid. |