commit: db68808d909415671440f0e4d67aa9e327befffc Author: Alfred Wingate <parona <AT> protonmail <DOT> com> AuthorDate: Tue Oct 28 14:46:06 2025 +0000 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org> CommitDate: Tue Nov 11 19:24:01 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db68808d
gnustep-base/gnustep-gui: filter-lto Signed-off-by: Alfred Wingate <parona <AT> protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44437 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org> gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild b/gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild index d1f3dbd90f24..af668423d252 100644 --- a/gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild +++ b/gnustep-base/gnustep-gui/gnustep-gui-0.32.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit gnustep-base multilib virtualx +inherit flag-o-matic gnustep-base multilib virtualx DESCRIPTION="Library of GUI classes written in Obj-C" HOMEPAGE="https://gnustep.github.io/" @@ -38,6 +38,9 @@ src_prepare() { } src_configure() { + # lto-type-mismatch + filter-lto + egnustep_env econf \
