From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85183158042 for ; Tue, 22 Oct 2024 21:17:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99CF1E08F3; Tue, 22 Oct 2024 21:17:26 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 79E03E08F3 for ; Tue, 22 Oct 2024 21:17:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B12434027D for ; Tue, 22 Oct 2024 21:17:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF802AE7 for ; Tue, 22 Oct 2024 21:17:23 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1729631796.bead7c9b46348097e7aa3a90b88640b9467a0d1e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/musl/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/musl/package.mask X-VCS-Directories: profiles/features/musl/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: bead7c9b46348097e7aa3a90b88640b9467a0d1e X-VCS-Branch: master Date: Tue, 22 Oct 2024 21:17:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: cd31648d-bb66-4990-a597-8d32be1da968 X-Archives-Hash: 96a44cb77e059275138d5895b45a1472 commit: bead7c9b46348097e7aa3a90b88640b9467a0d1e Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Oct 22 20:18:17 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Oct 22 21:16:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bead7c9b package.mask: Mask nss modules on musl Bug: https://bugs.gentoo.org/898554 Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/features/musl/package.mask | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 1a014994d47c..7a4899acf957 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,18 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas K. Hüttel (2024-10-24) +# Using a glibc interface, and with that on musl pretty much useless +sys-auth/nss-mdns +sys-auth/libnss-cache +sys-auth/nss-myhostname +sys-auth/libnss-nis +sys-auth/nss-pam-ldapd +sys-auth/libnss-pgsql +sys-auth/libnss-mysql +sys-auth/nss_ldap +net-nds/nsscache + # Sam James (2024-09-30) # Needs porting to musl (bug #940130) =sys-auth/elogind-255.5