From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1442736-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 66442158094
	for <garchives@archives.gentoo.org>; Mon,  3 Oct 2022 23:53:48 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 51B5BE08BB;
	Mon,  3 Oct 2022 23:53:47 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 37D99E08BB
	for <gentoo-commits@lists.gentoo.org>; Mon,  3 Oct 2022 23:53:47 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 43DB133BECE
	for <gentoo-commits@lists.gentoo.org>; Mon,  3 Oct 2022 23:53:46 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 983E25CB
	for <gentoo-commits@lists.gentoo.org>; Mon,  3 Oct 2022 23:53:44 +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: <1664841218.70cfdd492372aa3d467aec48c91e05cfd76c6902.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: 70cfdd492372aa3d467aec48c91e05cfd76c6902
X-VCS-Branch: master
Date: Mon,  3 Oct 2022 23:53:44 +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: e860d8bf-586a-4a56-b805-043bb92b6c5c
X-Archives-Hash: 425f03261154a2b392df3286ead46480

commit:     70cfdd492372aa3d467aec48c91e05cfd76c6902
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 23:53:38 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 23:53:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cfdd49

profiles/features/musl: mask wireshark[sdjournal], needs masked systemd

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

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

diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask
index e33e6d34a9f3..948aff1a9f9a 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -1,6 +1,10 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2022-10-03)
+# Needs systemd which is masked on musl
+net-analyzer/wireshark sdjournal
+
 # Alfred Persson Forsberg <cat@catcream.org> (2022-07-27)
 # Firefox does not build with these flags enabled on musl libc.
 # See bug #829033