commit:     813487c844dfa4da95beb6f6c352334eea5e66c6
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  9 19:26:46 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Sep 10 01:04:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=813487c8

sci-chemistry/mopac7: mark as LTO-unsafe

Unmaintained, treecleaning candidate. Still, it is unsafe so say so.

Closes: https://bugs.gentoo.org/927389
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-chemistry/mopac7/mopac7-1.15-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/sci-chemistry/mopac7/mopac7-1.15-r1.ebuild 
b/sci-chemistry/mopac7/mopac7-1.15-r1.ebuild
index f785669fe7f4..c536575112e8 100644
--- a/sci-chemistry/mopac7/mopac7-1.15-r1.ebuild
+++ b/sci-chemistry/mopac7/mopac7-1.15-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -39,6 +39,12 @@ src_prepare() {
 }
 
 src_configure() {
+       # -Werror=lto-type-mismatch
+       # https://bugs.gentoo.org/927389
+       #
+       # Unmaintained fortran code, no bug report.
+       filter-lto
+
        econf --disable-static
 }
 

Reply via email to