app-emacs/mmm-mode: Declare encoding of texinfo file.
authorUlrich Müller <ulm@gentoo.org>
Tue, 1 Oct 2019 09:32:00 +0000 (11:32 +0200)
committerUlrich Müller <ulm@gentoo.org>
Tue, 1 Oct 2019 09:32:29 +0000 (11:32 +0200)
Closes: https://bugs.gentoo.org/695954
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
app-emacs/mmm-mode/files/mmm-mode-0.5.7-texinfo-encoding.patch [new file with mode: 0644]
app-emacs/mmm-mode/mmm-mode-0.5.7.ebuild

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 (file)
index 0000000..f83d24d
--- /dev/null
@@ -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
index 74ec2b53ffaec016bf2d46c948dd3b79ed1e2fca..b96c590e8e48f36e6f547e3f5506905787cbda00 100644 (file)
@@ -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"