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 0A5A8158064 for ; Sun, 12 May 2024 04:05:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3559E29B5; Sun, 12 May 2024 04:05:55 +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 7ADF6E29B5 for ; Sun, 12 May 2024 04:05:55 +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 6F646335C96 for ; Sun, 12 May 2024 04:05:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAD271689 for ; Sun, 12 May 2024 04:05:52 +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: <1715486740.c5efec2494163085aa796a8c789e8c9e5c658eb2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/parted/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/parted/parted-3.6-r2.ebuild X-VCS-Directories: sys-block/parted/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c5efec2494163085aa796a8c789e8c9e5c658eb2 X-VCS-Branch: master Date: Sun, 12 May 2024 04:05:52 +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: 810ade10-82a5-48c7-be9a-844d8e111f95 X-Archives-Hash: 8e40b9dcc9c373123aac389aac5d626a commit: c5efec2494163085aa796a8c789e8c9e5c658eb2 Author: Sam James gentoo org> AuthorDate: Sun May 12 04:05:08 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun May 12 04:05:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5efec24 sys-block/parted: disable -fanalyzer Signed-off-by: Sam James gentoo.org> sys-block/parted/parted-3.6-r2.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys-block/parted/parted-3.6-r2.ebuild b/sys-block/parted/parted-3.6-r2.ebuild index 38a0f57020cb..9de1986f0bf4 100644 --- a/sys-block/parted/parted-3.6-r2.ebuild +++ b/sys-block/parted/parted-3.6-r2.ebuild @@ -64,6 +64,11 @@ src_prepare() { } src_configure() { + # -fanalyzer substantially slows down the build and isn't useful for + # us. It's useful for upstream as it's static analysis, but it's not + # useful when just getting something built. + export gl_cv_warn_c__fanalyzer=no + local myconf=( $(use_enable debug) $(use_enable device-mapper)