From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id B19F0158088 for ; Tue, 04 Nov 2025 11:54:38 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9B1D43410AF for ; Tue, 04 Nov 2025 11:54:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id E2CC2110573; Tue, 04 Nov 2025 11:54:33 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id DA6A6110573 for ; Tue, 04 Nov 2025 11:54:33 +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 8ABCD34103F for ; Tue, 04 Nov 2025 11:54:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F209A3B7B for ; Tue, 04 Nov 2025 11:54:31 +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: <1762256602.a5702b2f885831044d97ceaa69f43f31b9a695e4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gimp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/gimp/gimp-2.10.38-r3.ebuild X-VCS-Directories: media-gfx/gimp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a5702b2f885831044d97ceaa69f43f31b9a695e4 X-VCS-Branch: master Date: Tue, 04 Nov 2025 11:54:31 +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: a50441ce-5760-4fce-b11f-0e1a06a716b0 X-Archives-Hash: d91ec4811fad6eff4e58d3340eef8bde commit: a5702b2f885831044d97ceaa69f43f31b9a695e4 Author: Alfred Wingate protonmail com> AuthorDate: Mon Nov 3 17:20:24 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Nov 4 11:43:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5702b2f media-gfx/gimp: filter lto in gimp-2 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44451 Closes: https://github.com/gentoo/gentoo/pull/44451 Signed-off-by: Sam James gentoo.org> media-gfx/gimp/gimp-2.10.38-r3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-gfx/gimp/gimp-2.10.38-r3.ebuild b/media-gfx/gimp/gimp-2.10.38-r3.ebuild index 7cefe19fa9e8..177531773ce0 100644 --- a/media-gfx/gimp/gimp-2.10.38-r3.ebuild +++ b/media-gfx/gimp/gimp-2.10.38-r3.ebuild @@ -136,6 +136,9 @@ src_configure() { # bug #944284 (https://gitlab.gnome.org/GNOME/gimp/-/issues/12843) append-cflags -std=gnu17 + # segfault in tests with gcc-15 + filter-lto + local myconf=( GEGL="${EPREFIX}"/usr/bin/gegl-0.4 GDBUS_CODEGEN="${EPREFIX}"/bin/false