commit:     001eac07cf2ed466d899c618b432805ae6e091a2
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 29 06:07:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 18:45:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001eac07

sci-calculators/tiemu: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/862381
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-calculators/tiemu/tiemu-3.03-r2.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild 
b/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
index ff146a5fd377..817fd4efec30 100644
--- a/sci-calculators/tiemu/tiemu-3.03-r2.ebuild
+++ b/sci-calculators/tiemu/tiemu-3.03-r2.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 desktop
+inherit desktop flag-o-matic
 
 DESCRIPTION="Texas Instruments hand-helds emulator"
 HOMEPAGE="http://lpg.ticalc.org/prj_tiemu/";
@@ -45,6 +45,10 @@ src_prepare() {
 }
 
 src_configure() {
+       # -Werror=lto-type-mismatch
+       # https://bugs.gentoo.org/862381
+       filter-lto
+
        econf \
                --disable-rpath \
                --disable-debugger \

Reply via email to