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 6BCD115852A for ; Thu, 22 Aug 2024 05:58:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43424E2A84; Thu, 22 Aug 2024 05:58:07 +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 2A94BE2A84 for ; Thu, 22 Aug 2024 05:58:07 +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 30079340C77 for ; Thu, 22 Aug 2024 05:58:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95ACD1F01 for ; Thu, 22 Aug 2024 05:58:04 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1724306221.b9b76e67dd0ae654f5d09c7cf266b595875df929.chiitoo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/features/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/features/llvm/package.use.mask X-VCS-Directories: profiles/features/llvm/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: b9b76e67dd0ae654f5d09c7cf266b595875df929 X-VCS-Branch: master Date: Thu, 22 Aug 2024 05:58:04 +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: d0d6aad6-0938-496b-891f-7e4729640b96 X-Archives-Hash: 9967b258bb56436aaffd203388dbe651 commit: b9b76e67dd0ae654f5d09c7cf266b595875df929 Author: Jimi Huotari gentoo org> AuthorDate: Thu Aug 22 05:32:57 2024 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Thu Aug 22 05:57:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9b76e67 profiles/features/llvm: mask 'media-video/obs-studio[browser]' Fails to compile due to a bre-built binary. Bug: https://bugs.gentoo.org/922163 Signed-off-by: Jimi Huotari gentoo.org> profiles/features/llvm/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/llvm/package.use.mask b/profiles/features/llvm/package.use.mask index 44b8fcea3c54..9559cea0d1f0 100644 --- a/profiles/features/llvm/package.use.mask +++ b/profiles/features/llvm/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2022-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Jimi Huotari (2024-08-22) +# Fails to compile due to a pre-built binary. +# Gentoo bug: 922163 +media-video/obs-studio browser + # Sam James (2023-07-22) # Doesn't call llvm-profdata so fails. sys-devel/binutils pgo