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 23EB81581CF for ; Fri, 13 Jun 2025 07:19:23 +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 0FBDB342463 for ; Fri, 13 Jun 2025 07:19:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 006AC1104DC; Fri, 13 Jun 2025 07:19:22 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id ECA871104DC for ; Fri, 13 Jun 2025 07:19:21 +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 A6FD234246A for ; Fri, 13 Jun 2025 07:19:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0461B2903 for ; Fri, 13 Jun 2025 07:19:20 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1749798861.042e0f9113bb0b802b54232ccee0e1e20197f51a.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/geeqie/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/geeqie/geeqie-2.6-r2.ebuild media-gfx/geeqie/geeqie-9999.ebuild X-VCS-Directories: media-gfx/geeqie/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: 042e0f9113bb0b802b54232ccee0e1e20197f51a X-VCS-Branch: master Date: Fri, 13 Jun 2025 07:19:20 +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: 2835522a-a1ee-498c-a8b9-6cde8795b3cb X-Archives-Hash: 655aa1f88dcc81497a65acd8c9fc32a0 commit: 042e0f9113bb0b802b54232ccee0e1e20197f51a Author: Eli Schwartz gentoo org> AuthorDate: Wed Jun 11 15:12:31 2025 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Fri Jun 13 07:14:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=042e0f91 media-gfx/geeqie: remove LTO workaround for live Fixed upstream. Bug: https://bugs.gentoo.org/957023 Signed-off-by: Eli Schwartz gentoo.org> media-gfx/geeqie/geeqie-2.6-r2.ebuild | 3 +++ media-gfx/geeqie/geeqie-9999.ebuild | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/media-gfx/geeqie/geeqie-2.6-r2.ebuild b/media-gfx/geeqie/geeqie-2.6-r2.ebuild index a098e90f6496..7be68bffca47 100644 --- a/media-gfx/geeqie/geeqie-2.6-r2.ebuild +++ b/media-gfx/geeqie/geeqie-2.6-r2.ebuild @@ -93,6 +93,9 @@ src_configure() { ) # Bug: https://bugs.gentoo.org/957023 + # https://github.com/BestImageViewer/geeqie/issues/1762 + # + # Fixed in git master, remove for 2.7 filter-lto meson_src_configure } diff --git a/media-gfx/geeqie/geeqie-9999.ebuild b/media-gfx/geeqie/geeqie-9999.ebuild index d95f888234e5..e612fb85f5ac 100644 --- a/media-gfx/geeqie/geeqie-9999.ebuild +++ b/media-gfx/geeqie/geeqie-9999.ebuild @@ -82,8 +82,6 @@ src_configure() { $(meson_feature zip archive) ) - # Bug: https://bugs.gentoo.org/957023 - filter-lto meson_src_configure }