diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-09 15:26:46 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-09-09 21:04:13 -0400 |
commit | 813487c844dfa4da95beb6f6c352334eea5e66c6 (patch) | |
tree | 403fa4b0d966c910cd6f8ec2390c82ba05dce657 /sci-chemistry | |
parent | dev-lang/mlton: add github upstream metadata (diff) | |
download | gentoo-813487c844dfa4da95beb6f6c352334eea5e66c6.tar.gz gentoo-813487c844dfa4da95beb6f6c352334eea5e66c6.tar.bz2 gentoo-813487c844dfa4da95beb6f6c352334eea5e66c6.zip |
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@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/mopac7/mopac7-1.15-r1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
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 } |