commit: ec8b6589837fe279d3dc1c6d55307cc76134f4a5 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 16:56:25 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 16:57:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8b6589
dev-tex/chktex: force latin1 as inputenc Closes: https://bugs.gentoo.org/687402 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-tex/chktex/chktex-1.7.1.ebuild | 5 +++-- dev-tex/chktex/chktex-1.7.6.ebuild | 5 +++-- dev-tex/chktex/files/tex-inputenc.patch | 14 ++++++++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/dev-tex/chktex/chktex-1.7.1.ebuild b/dev-tex/chktex/chktex-1.7.1.ebuild index f98d0a186a4..6f446f1ff34 100644 --- a/dev-tex/chktex/chktex-1.7.1.ebuild +++ b/dev-tex/chktex/chktex-1.7.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -24,7 +24,8 @@ DEPEND="${RDEPEND} sys-apps/groff doc? ( dev-tex/latex2html )" -PATCHES=( "${FILESDIR}/${P}-asneeded.patch" ) +PATCHES=( "${FILESDIR}/${P}-asneeded.patch" + "${FILESDIR}/tex-inputenc.patch" ) DOCS=( NEWS ) src_configure() { diff --git a/dev-tex/chktex/chktex-1.7.6.ebuild b/dev-tex/chktex/chktex-1.7.6.ebuild index ed31a46da99..95d58ca0ffe 100644 --- a/dev-tex/chktex/chktex-1.7.6.ebuild +++ b/dev-tex/chktex/chktex-1.7.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -25,7 +25,8 @@ DEPEND="${RDEPEND} dev-texlive/texlive-fontsrecommended doc? ( dev-tex/latex2html )" -PATCHES=( "${FILESDIR}/${PN}-1.7.1-asneeded.patch" ) +PATCHES=( "${FILESDIR}/${PN}-1.7.1-asneeded.patch" + "${FILESDIR}/tex-inputenc.patch" ) DOCS=( NEWS ) AT_M4DIR="${S}/m4" diff --git a/dev-tex/chktex/files/tex-inputenc.patch b/dev-tex/chktex/files/tex-inputenc.patch new file mode 100644 index 00000000000..76cd5c156d1 --- /dev/null +++ b/dev-tex/chktex/files/tex-inputenc.patch @@ -0,0 +1,14 @@ +Description: Specify the input encoding, fixing FTBFS with TeX Live 2018 +Author: Adrian Bunk <[email protected]> +Bug-Debian: https://bugs.debian.org/896178 + +--- chktex-1.7.6.orig/ChkTeX.tex.in ++++ chktex-1.7.6/ChkTeX.tex.in +@@ -37,6 +37,7 @@ + + \documentclass[a4paper]{article} + %latex ++\usepackage[latin1]{inputenc} + \usepackage{array, tabularx, verbatim, multicol} + \usepackage[T1]{fontenc} + \nonfrenchspacing
