From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1384793-garchives=archives.gentoo.org@lists.gentoo.org>
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 1F1B315808B
	for <garchives@archives.gentoo.org>; Tue, 12 Apr 2022 07:09:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 45EA2E0636;
	Tue, 12 Apr 2022 07:09:37 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 131D0E0636
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Apr 2022 07:09:35 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 1C9CD341664
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Apr 2022 07:09:34 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id B21D5396
	for <gentoo-commits@lists.gentoo.org>; Tue, 12 Apr 2022 07:09:32 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1649747367.ac934aa8e32002f0c92341cb5ff0ec117a7d58bd.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.use.mask
X-VCS-Directories: profiles/features/musl/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: ac934aa8e32002f0c92341cb5ff0ec117a7d58bd
X-VCS-Branch: master
Date: Tue, 12 Apr 2022 07:09:32 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 78ac4c56-2200-4d92-9dee-103b046f8001
X-Archives-Hash: a84f9588c7bcb2dfedd61c773431b8b8

commit:     ac934aa8e32002f0c92341cb5ff0ec117a7d58bd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 12 07:09:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 12 07:09:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac934aa8

profiles/features/musl: mask sys-apps/sysvinit[nls] which needs po4a

po4a doesn't work on musl and is p.masked.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 profiles/features/musl/package.use.mask | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask
index fedbaa145e37..a62190387c27 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -28,6 +28,7 @@ net-misc/iputils rarpd
 # Sam James <sam@gentoo.org> (2021-11-20)
 # Pulls in po4a which doesn't seem to work on musl (wants /usr/bin/locale)
 sys-apps/man-db nls
+sys-apps/sysvinit nls
 
 # Sam James <sam@gentoo.org> (2021-11-07)
 # gdb-10[nls] doesn't build on musl