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 F37AE1580E0 for ; Mon, 02 Jun 2025 21:42:16 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id DF4B734316C for ; Mon, 02 Jun 2025 21:42:16 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C517D1104B9; Mon, 02 Jun 2025 21:41:50 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BE1FB1104B9 for ; Mon, 02 Jun 2025 21:41:50 +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 76F3A34308D for ; Mon, 02 Jun 2025 21:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E0BD28FF for ; Mon, 02 Jun 2025 21:41:47 +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: <1748900391.4a3e99c5becf773414d29c49ab1d3b682b889a5f.sam@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.ebuild media-gfx/geeqie/geeqie-9999.ebuild X-VCS-Directories: media-gfx/geeqie/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4a3e99c5becf773414d29c49ab1d3b682b889a5f X-VCS-Branch: master Date: Mon, 02 Jun 2025 21:41:47 +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: deb9f485-5bd9-4a16-85ad-3a262fee213f X-Archives-Hash: 2d836683de6883a72fde5ac139e3ced4 commit: 4a3e99c5becf773414d29c49ab1d3b682b889a5f Author: Nicholas Vinson gmail com> AuthorDate: Sun Jun 1 14:28:11 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jun 2 21:39:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3e99c5 media-gfx/geeqie-2.6: Filter LTO flag filter LTO flag due to odr violations Closes: https://bugs.gentoo.org/957023 Signed-off-by: Nicholas Vinson gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42393 Closes: https://github.com/gentoo/gentoo/pull/42393 Signed-off-by: Sam James gentoo.org> media-gfx/geeqie/geeqie-2.6.ebuild | 4 +++- media-gfx/geeqie/geeqie-9999.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/media-gfx/geeqie/geeqie-2.6.ebuild b/media-gfx/geeqie/geeqie-2.6.ebuild index 279c424b5c1c..88724a7ef994 100644 --- a/media-gfx/geeqie/geeqie-2.6.ebuild +++ b/media-gfx/geeqie/geeqie-2.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{3,4} ) -inherit lua-single meson optfeature xdg +inherit flag-o-matic lua-single meson optfeature xdg DESCRIPTION="A lightweight GTK image viewer forked from GQview" HOMEPAGE="https://www.geeqie.org" @@ -85,6 +85,8 @@ src_configure() { $(meson_feature zip archive) ) + # Bug: https://bugs.gentoo.org/957023 + filter-lto meson_src_configure } diff --git a/media-gfx/geeqie/geeqie-9999.ebuild b/media-gfx/geeqie/geeqie-9999.ebuild index 54d5d3c640fa..812c8a040ba8 100644 --- a/media-gfx/geeqie/geeqie-9999.ebuild +++ b/media-gfx/geeqie/geeqie-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 LUA_COMPAT=( lua5-{3,4} ) -inherit git-r3 lua-single meson optfeature xdg +inherit flag-o-matic git-r3 lua-single meson optfeature xdg DESCRIPTION="A lightweight GTK image viewer forked from GQview" HOMEPAGE="https://www.geeqie.org" @@ -78,6 +78,8 @@ src_configure() { $(meson_feature zip archive) ) + # Bug: https://bugs.gentoo.org/957023 + filter-lto meson_src_configure }