commit: 35338f9e73b8ddbf63c2c2c75639ae142bf0c686 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Fri Oct 18 21:12:17 2019 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Oct 18 21:12:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35338f9e
sci-mathematics/maxima: Declare encoding of imaxima texinfo file. Closes: https://bugs.gentoo.org/697494 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> sci-mathematics/maxima/files/texinfo-0.patch | 12 ++++++++++++ sci-mathematics/maxima/maxima-5.43.0.ebuild | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/maxima/files/texinfo-0.patch b/sci-mathematics/maxima/files/texinfo-0.patch new file mode 100644 index 00000000000..9b8782dffce --- /dev/null +++ b/sci-mathematics/maxima/files/texinfo-0.patch @@ -0,0 +1,12 @@ +Fix build with texinfo-6.7. +https://bugs.gentoo.org/697494 + +--- maxima-5.43.0.orig/interfaces/emacs/imaxima/imaxima.texi ++++ maxima-5.43.0/interfaces/emacs/imaxima/imaxima.texi +@@ -1,5 +1,6 @@ + \input texinfo @c -*-texinfo-*- + @c %**start of header ++@documentencoding ISO-8859-1 + @setfilename imaxima.info + @settitle Imaxima Manual + @paragraphindent 0 diff --git a/sci-mathematics/maxima/maxima-5.43.0.ebuild b/sci-mathematics/maxima/maxima-5.43.0.ebuild index c537cea53d2..3d2e0121287 100644 --- a/sci-mathematics/maxima/maxima-5.43.0.ebuild +++ b/sci-mathematics/maxima/maxima-5.43.0.ebuild @@ -96,7 +96,7 @@ pkg_setup() { src_prepare() { local n PATCHES v - PATCHES=( emacs-0 rmaxima-0 wish-2 xdg-utils-1 ) + PATCHES=( emacs-0 rmaxima-0 wish-2 xdg-utils-1 texinfo-0 ) n=${#PATCHES[*]} for ((n--; n >= 0; n--)); do
