commit:     51793926e4cf5e6d039073a1cbbfec928e71ee29
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  5 06:55:31 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  5 06:55:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51793926

games-simulation/lincity: filter LTO

lto-type-mismatch errors and dead upstream.

Closes: https://bugs.gentoo.org/859220
Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-simulation/lincity/lincity-1.13.1-r4.ebuild | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/games-simulation/lincity/lincity-1.13.1-r4.ebuild 
b/games-simulation/lincity/lincity-1.13.1-r4.ebuild
index acf64ed8f340..2220f3e9ca30 100644
--- a/games-simulation/lincity/lincity-1.13.1-r4.ebuild
+++ b/games-simulation/lincity/lincity-1.13.1-r4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools desktop
+inherit autotools flag-o-matic desktop
 
 DESCRIPTION="City simulation game for X"
 HOMEPAGE="https://lincity.sourceforge.net/";
@@ -38,6 +38,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # bug #859220
+       filter-lto
+
        local econfargs=(
                --with-gzip
                --with-x

Reply via email to