From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1337334-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 1D4A3158086
	for <garchives@archives.gentoo.org>; Sun,  7 Nov 2021 06:05:03 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 035F42BC0ED;
	Sun,  7 Nov 2021 06:05:02 +0000 (UTC)
Received: from smtp.gentoo.org (mail.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 B5E412BC0ED
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Nov 2021 06:05:00 +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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 733BD343117
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Nov 2021 06:04:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id DF602197
	for <gentoo-commits@lists.gentoo.org>; Sun,  7 Nov 2021 06:04:57 +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: <1636265091.f76a3d9d5dd2af81db1db9ec2c027a57d76b79f0.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: f76a3d9d5dd2af81db1db9ec2c027a57d76b79f0
X-VCS-Branch: master
Date: Sun,  7 Nov 2021 06:04:57 +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: a4f05da2-270f-4c93-b56e-390f7eafed9d
X-Archives-Hash: 367f7fd8bfab3e8337a65ff5e435f557

commit:     f76a3d9d5dd2af81db1db9ec2c027a57d76b79f0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Nov  7 06:04:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Nov  7 06:04:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f76a3d9d

profiles/features/musl: mask gdb-10[nls]

11 should work though.

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

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

diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask
index 3e078c97218..f58de338da4 100644
--- a/profiles/features/musl/package.use.mask
+++ b/profiles/features/musl/package.use.mask
@@ -1,6 +1,12 @@
 # Copyright 1999-2021 Gentoo Authors.
 # Distributed under the terms of the GNU General Public License v2
 
+# Sam James <sam@gentoo.org> (2021-11-07)
+# gdb-10[nls] doesn't build on musl
+# "ax.cc:(.text+0x2e0): undefined reference to `libintl_gettext'"
+# bug #809686
+<sys-devel/gdb-11 nls
+
 # Sam James <sam@gentoo.org> (2021-11-07)
 # Disable some sanitizers for LLVM, see bug #753935
 # Needs libexecinfo on musl, not yet packaged