commit:     2d5224988c9036b05242b207dfe8f1c9221c7d28
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  1 09:32:00 2019 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Tue Oct  1 09:32:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d522498

app-emacs/mmm-mode: Declare encoding of texinfo file.

Closes: https://bugs.gentoo.org/695954
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 .../mmm-mode/files/mmm-mode-0.5.7-texinfo-encoding.patch      | 11 +++++++++++
 app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild                      |  1 +
 2 files changed, 12 insertions(+)

diff --git a/app-emacs/mmm-mode/files/mmm-mode-0.5.7-texinfo-encoding.patch 
b/app-emacs/mmm-mode/files/mmm-mode-0.5.7-texinfo-encoding.patch
new file mode 100644
index 00000000000..f83d24dae13
--- /dev/null
+++ b/app-emacs/mmm-mode/files/mmm-mode-0.5.7-texinfo-encoding.patch
@@ -0,0 +1,11 @@
+https://bugs.gentoo.org/695954
+
+--- a/mmm.texinfo
++++ b/mmm.texinfo
+@@ -1,5 +1,6 @@
+ \input texinfo
+ @c %**start of header
++@documentencoding ISO-8859-1
+ @setfilename mmm.info
+ @settitle MMM Mode Manual
+ @c %**end of header

diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild 
b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
index 74ec2b53ffa..b96c590e8e4 100644
--- a/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
+++ b/app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild
@@ -15,6 +15,7 @@ KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="sys-apps/texinfo"
 
+PATCHES=("${FILESDIR}"/${P}-texinfo-encoding.patch)
 SITEFILE="50${PN}-gentoo.el"
 ELISP_TEXINFO="mmm.texinfo"
 DOCS="AUTHORS FAQ NEWS README README.Mason TODO"

Reply via email to