summaryrefslogtreecommitdiff
path: root/sci-mathematics/octave/octave-4.0.0-r1.ebuild
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2016-05-03 08:59:40 +1000
committerMark Wright <gienah@gentoo.org>2016-05-03 09:00:39 +1000
commit595225ee11a3f1228d45e112b757e6beda119c78 (patch)
tree6ce207007efdc2b98119d980bfb8c94db8f6d4e2 /sci-mathematics/octave/octave-4.0.0-r1.ebuild
parentad871776f3d8e65904d5d1466e456b611b62f6e7 (diff)
downloadgentoo-595225ee11a3f1228d45e112b757e6beda119c78.tar.gz
gentoo-595225ee11a3f1228d45e112b757e6beda119c78.tar.xz
sci-mathematics/octave: Fix bug 554226, thanks to Helmut Jarausch for reporting.
Thanks to Patric Schmitz for helping. The patch from upstream is in versions after 4.0. Gentoo-bug: 554226 Package-Manager: portage-2.2.28
Diffstat (limited to 'sci-mathematics/octave/octave-4.0.0-r1.ebuild')
-rw-r--r--sci-mathematics/octave/octave-4.0.0-r1.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-mathematics/octave/octave-4.0.0-r1.ebuild b/sci-mathematics/octave/octave-4.0.0-r1.ebuild
index 88a67af087e..d19407f02c1 100644
--- a/sci-mathematics/octave/octave-4.0.0-r1.ebuild
+++ b/sci-mathematics/octave/octave-4.0.0-r1.ebuild
@@ -100,6 +100,11 @@ src_prepare() {
-e 's@A-Za-z0-9@[:alnum:]@g' \
-e 's@A-Za-z@[:alpha:]@g' \
libinterp/mkbuiltins || die
+
+ # Fix bug 554226 - sci-mathematics/octave-4.0.0 fails because of a LaTeX error
+ epatch "${FILESDIR}"/${PN}-4.0.0-texinfo.patch
+ rm -f "${S}"/doc/texinfo.tex || die
+
autotools-utils_src_prepare
}