From 7b159a13e3bf395b966dd36d3fb4ace8a60c5a2b Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Mon, 30 Jun 2025 13:22:03 -0400 Subject: [PATCH] games-rpg/kqlives: mark as LTO-unsafe Closes: https://bugs.gentoo.org/946320 Signed-off-by: Eli Schwartz --- 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 4df485613d5bb..9b1a3ba2768e6 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)