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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E84CB158095 for ; Tue, 4 Oct 2022 02:57:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3ADE0E08FC; Tue, 4 Oct 2022 02:57:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 25A2AE08FC for ; Tue, 4 Oct 2022 02:57:03 +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 6ACA2335D41 for ; Tue, 4 Oct 2022 02:57:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 08575601 for ; Tue, 4 Oct 2022 02:57:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1664852214.8690164c72ae9ead46f7011c55c3aafeb60e3616.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8690164c72ae9ead46f7011c55c3aafeb60e3616 X-VCS-Branch: master Date: Tue, 4 Oct 2022 02:57:01 +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: 6619be33-64af-42f3-835b-d2168e35ec50 X-Archives-Hash: c14bdcd1588f803e87bdf72eb788b7e8 commit: 8690164c72ae9ead46f7011c55c3aafeb60e3616 Author: Sam James gentoo org> AuthorDate: Tue Oct 4 02:55:27 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Oct 4 02:56:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8690164c profiles/features/musl: mask sys-auth/sssd Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.mask | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index af3da303e44f..51042c6c6f02 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -222,6 +222,7 @@ app-editors/jasspa-microemacs # musl has no support for nss subsystem. sys-apps/unscd sys-auth/libnss-nis +sys-auth/sssd # Sergei Trofimovich (2020-03-21) # Needs a port to musl. Uses glibc-specific termio and __getppid.