commit: 9344d5beff1e1802dd14c2c40de973263aecce95 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Thu Apr 11 03:09:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 11 16:28:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9344d5be
sci-biology/newick-utils: mark as LTO-unsafe Closes: https://bugs.gentoo.org/862279 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> sci-biology/newick-utils/newick-utils-1.6-r1.ebuild | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sci-biology/newick-utils/newick-utils-1.6-r1.ebuild b/sci-biology/newick-utils/newick-utils-1.6-r1.ebuild index 3dcb438832a2..49ec5510de2b 100644 --- a/sci-biology/newick-utils/newick-utils-1.6-r1.ebuild +++ b/sci-biology/newick-utils/newick-utils-1.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="Tools for processing phylogenetic trees" HOMEPAGE="http://cegg.unige.ch/newick_utils" @@ -31,6 +31,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/862279 + # https://github.com/tjunier/newick_utils/issues/34 + filter-lto + econf \ --disable-static \ --without-guile \