commit: 54fd3650e550eee4bcdbb6b3683c1e2fa326b859 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 16 11:04:56 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 16 11:05:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54fd3650
app-text/texlive-core: append-flags -> append-cflags Apparently there's some C++ in TL. Bug: https://bugs.gentoo.org/946142 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/texlive-core/texlive-core-2024-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/texlive-core/texlive-core-2024-r1.ebuild b/app-text/texlive-core/texlive-core-2024-r1.ebuild index 46bde9a2b4d3..1f5461b8df3b 100644 --- a/app-text/texlive-core/texlive-core-2024-r1.ebuild +++ b/app-text/texlive-core/texlive-core-2024-r1.ebuild @@ -246,7 +246,7 @@ src_configure() { filter-lto # bug #946142 - append-flags -std=gnu17 + append-cflags -std=gnu17 # Needed for 32bit architectures, bug 928096 # This is upstream recommendation for the moment, see also
