commit: 443e1f6bf10ec45d438da2505d65de899662341a Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Tue Dec 2 06:27:55 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Tue Dec 2 06:29:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=443e1f6b
sci-libs/cgnslib: lto is fixed upstream in 4.5.0 https://github.com/CGNS/CGNS/issues/758#issuecomment-3600324861 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> sci-libs/cgnslib/cgnslib-4.5.0.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sci-libs/cgnslib/cgnslib-4.5.0.ebuild b/sci-libs/cgnslib/cgnslib-4.5.0.ebuild index 00694e8b83da..f0b768df97c0 100644 --- a/sci-libs/cgnslib/cgnslib-4.5.0.ebuild +++ b/sci-libs/cgnslib/cgnslib-4.5.0.ebuild @@ -61,11 +61,6 @@ src_prepare() { } src_configure() { - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/862684 - # https://github.com/CGNS/CGNS/issues/758 - filter-lto - # Needed for uses an internal header (bug #934122) if use tools ; then local tk_ver=$(best_version dev-lang/tk)
