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 59C0315817D for ; Sun, 16 Jun 2024 00:43:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49B56E2A7C; Sun, 16 Jun 2024 00:43:43 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EA0CE2A7C for ; Sun, 16 Jun 2024 00:43:43 +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 370D1335CB9 for ; Sun, 16 Jun 2024 00:43:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A022F1C7C for ; Sun, 16 Jun 2024 00:43:40 +0000 (UTC) From: "Sam James" 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" Message-ID: <1718498469.26e7288d58e4e16aa595e03ce5d4e6840df67977.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: 26e7288d58e4e16aa595e03ce5d4e6840df67977 X-VCS-Branch: master Date: Sun, 16 Jun 2024 00:43:40 +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: 2fec890c-3f27-4bc9-ae9f-d3f35fca4298 X-Archives-Hash: a086e9b67ee18e9455d9113f3c8f26cb commit: 26e7288d58e4e16aa595e03ce5d4e6840df67977 Author: Sam James gentoo org> AuthorDate: Sun Jun 16 00:41:09 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jun 16 00:41:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e7288d profiles/features/musl: mask clang-runtime[sanitize] Avoid pulling in sys-libs/compiler-rt-sanitizers which fails to build Bug: https://bugs.gentoo.org/928936 Signed-off-by: Sam James gentoo.org> profiles/features/musl/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 9cb4b9e5ab7b..d20c7dd9c843 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Sam james (2024-06-16) +# Avoid pulling in sys-libs/compiler-rt-sanitizers which fails to build +# See bug #928936. +sys-devel/clang-runtime sanitize + # Sam James (2024-06-03) # Poor rendering performance otherwise (bug #931215) but it doesn't # work on musl.