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 42DDE158451 for ; Wed, 10 Jan 2024 15:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A8172BC036; Wed, 10 Jan 2024 15:54:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 63BE52BC036 for ; Wed, 10 Jan 2024 15:54:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A9DF434308D for ; Wed, 10 Jan 2024 15:54:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 486E6AE5 for ; Wed, 10 Jan 2024 15:54:55 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1704902089.31f9bd5202c4061677798509afe2a8f3846d7643.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/intel_clc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild dev-util/intel_clc/intel_clc-23.3.2-r1.ebuild dev-util/intel_clc/intel_clc-9999.ebuild X-VCS-Directories: dev-util/intel_clc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 31f9bd5202c4061677798509afe2a8f3846d7643 X-VCS-Branch: master Date: Wed, 10 Jan 2024 15:54:55 +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: 2462f67a-37c4-496e-9f11-8fb62936d031 X-Archives-Hash: 649b829eb1d2c043749f1adc4a418fbd commit: 31f9bd5202c4061677798509afe2a8f3846d7643 Author: Matt Turner gentoo org> AuthorDate: Wed Jan 10 15:54:02 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jan 10 15:54:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31f9bd52 dev-util/intel_clc: Disable libunwind Closes: https://bugs.gentoo.org/921709 Signed-off-by: Matt Turner gentoo.org> dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild | 1 + dev-util/intel_clc/intel_clc-23.3.2-r1.ebuild | 1 + dev-util/intel_clc/intel_clc-9999.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild b/dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild index f11eb6455214..db424b138dd6 100644 --- a/dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild +++ b/dev-util/intel_clc/intel_clc-23.3.1-r1.ebuild @@ -103,6 +103,7 @@ src_configure() { -Dplatforms='' -Dglx=disabled + -Dlibunwind=disabled -Dzstd=disabled $(meson_feature unwind libunwind) diff --git a/dev-util/intel_clc/intel_clc-23.3.2-r1.ebuild b/dev-util/intel_clc/intel_clc-23.3.2-r1.ebuild index 46bcd7e65951..574ee3616a56 100644 --- a/dev-util/intel_clc/intel_clc-23.3.2-r1.ebuild +++ b/dev-util/intel_clc/intel_clc-23.3.2-r1.ebuild @@ -103,6 +103,7 @@ src_configure() { -Dplatforms='' -Dglx=disabled + -Dlibunwind=disabled -Dzstd=disabled $(meson_feature unwind libunwind) diff --git a/dev-util/intel_clc/intel_clc-9999.ebuild b/dev-util/intel_clc/intel_clc-9999.ebuild index 46bcd7e65951..574ee3616a56 100644 --- a/dev-util/intel_clc/intel_clc-9999.ebuild +++ b/dev-util/intel_clc/intel_clc-9999.ebuild @@ -103,6 +103,7 @@ src_configure() { -Dplatforms='' -Dglx=disabled + -Dlibunwind=disabled -Dzstd=disabled $(meson_feature unwind libunwind)