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 146C3158041 for ; Sun, 7 Apr 2024 16:44:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7E24E29E7; Sun, 7 Apr 2024 16:44:18 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA13FE29E7 for ; Sun, 7 Apr 2024 16:44:18 +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 7DEF934331D for ; Sun, 7 Apr 2024 16:44:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF7D3169B for ; Sun, 7 Apr 2024 16:44:15 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1712508234.7ade1fb8140906aedd31253f838fdb32c2ba86a9.pacho@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: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 7ade1fb8140906aedd31253f838fdb32c2ba86a9 X-VCS-Branch: master Date: Sun, 7 Apr 2024 16:44:15 +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: 6877c9af-0731-437c-8d4b-b5938462bef8 X-Archives-Hash: 31580b0de93ddda2304fc5f64e400587 commit: 7ade1fb8140906aedd31253f838fdb32c2ba86a9 Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 7 16:35:29 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 7 16:43:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ade1fb8 profiles/features/musl: Mask use tools for sof-firmware Closes: https://bugs.gentoo.org/927791 Signed-off-by: Pacho Ramos 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 0e1f019c61aa..534ed3ad3df6 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,10 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Pacho Ramos (2024-04-07) +# sof tools need glibc at runtime, bug #925179 +sys-firmware/sof-firmware tools + # Matthew Smith (2024-04-07) # Renderdoc masked on musl, bug #853856 dev-qt/qtbase renderdoc