From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1447927-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 846DF158021
	for <garchives@archives.gentoo.org>; Mon, 17 Oct 2022 21:45:09 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6D7E6E0932;
	Mon, 17 Oct 2022 21:45:08 +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 568A0E0932
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Oct 2022 21:45:08 +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 5CF08340D00
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Oct 2022 21:45:07 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id ADC80620
	for <gentoo-commits@lists.gentoo.org>; Mon, 17 Oct 2022 21:45:05 +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: <1666043086.0dfe871a05e0158c687615d34782490b8116db44.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: 0dfe871a05e0158c687615d34782490b8116db44
X-VCS-Branch: master
Date: Mon, 17 Oct 2022 21:45:05 +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: a87d11c2-6132-46e4-80f5-6ef5e11b8afd
X-Archives-Hash: ba6132fadbee036b15f2b1f3f403d92c

commit:     0dfe871a05e0158c687615d34782490b8116db44
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 17 21:44:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 21:44:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dfe871a

profiles/features/musl: mask dev-util/rr on musl

Closes: https://bugs.gentoo.org/835713
Closes: https://bugs.gentoo.org/864088
Closes: https://bugs.gentoo.org/832864
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask
index 1a39191790c9..151471cc6032 100644
--- a/profiles/features/musl/package.mask
+++ b/profiles/features/musl/package.mask
@@ -1,6 +1,11 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2022-10-17)
+# Needs porting to musl
+# https://github.com/rr-debugger/rr/issues/2236
+dev-util/rr
+
 # Sam James <sam@gentoo.org> (2022-10-04)
 # Packages with dubious sys-libs/glibc dependencies (non-binary) but
 # masking for now to allow musl profiles to graduate from exp->dev.