commit: 59a6f2c9be41dbca98360483a51262795ca5b9aa Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Wed Jun 11 15:49:11 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Fri Jun 13 07:14:22 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59a6f2c9
media-gfx/geeqie: filter-lto for stable too. It is rather important to suppress the bug in the version people use, in addition to the version people don't use. Bug: https://bugs.gentoo.org/957023 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> media-gfx/geeqie/geeqie-2.5-r1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/media-gfx/geeqie/geeqie-2.5-r1.ebuild b/media-gfx/geeqie/geeqie-2.5-r1.ebuild index a106e768caf0..6a8fe414c468 100644 --- a/media-gfx/geeqie/geeqie-2.5-r1.ebuild +++ b/media-gfx/geeqie/geeqie-2.5-r1.ebuild @@ -89,6 +89,11 @@ src_configure() { $(meson_feature zip archive) ) + # 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 }
