commit: 016b244359334ec0cceac5122b2e3718b7e2aad9 Author: Z. Liu <zhixu.liu <AT> gmail <DOT> com> AuthorDate: Sat Oct 18 02:25:49 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Oct 18 13:22:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016b2443
sci-mathematics/octave: fix doc build texinfo.tex from automake is newer than texlive, remove it. Closes: https://bugs.gentoo.org/956766 Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44233 Closes: https://github.com/gentoo/gentoo/pull/44233 Signed-off-by: Sam James <sam <AT> gentoo.org> sci-mathematics/octave/octave-9.2.0-r2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sci-mathematics/octave/octave-9.2.0-r2.ebuild b/sci-mathematics/octave/octave-9.2.0-r2.ebuild index 2ca83321a823..7038fb5019dd 100644 --- a/sci-mathematics/octave/octave-9.2.0-r2.ebuild +++ b/sci-mathematics/octave/octave-9.2.0-r2.ebuild @@ -113,6 +113,9 @@ src_prepare() { rm doc/interpreter/contributors.texi || die eautoreconf + + # bug 956766 + rm build-aux/texinfo.tex || die } src_configure() {
