commit: 7b159a13e3bf395b966dd36d3fb4ace8a60c5a2b Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Mon Jun 30 17:22:03 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Jul 1 04:21:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b159a13
games-rpg/kqlives: mark as LTO-unsafe Closes: https://bugs.gentoo.org/946320 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> games-rpg/kqlives/kqlives-0.99-r100.ebuild | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/games-rpg/kqlives/kqlives-0.99-r100.ebuild b/games-rpg/kqlives/kqlives-0.99-r100.ebuild index 4df485613d5b..9b1a3ba2768e 100644 --- a/games-rpg/kqlives/kqlives-0.99-r100.ebuild +++ b/games-rpg/kqlives/kqlives-0.99-r100.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 LUA_COMPAT=( lua5-1 ) -inherit autotools desktop lua-single +inherit autotools desktop flag-o-matic lua-single MY_P=${P/lives} @@ -46,6 +46,12 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/946320 + # + # dead since 2011 + filter-lto + econf \ $(use_enable cheats) \ $(use_enable nls)
