dev-tex/minted: fix compilation of documentation
authorJonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>
Sun, 6 Mar 2016 13:54:56 +0000 (14:54 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Fri, 11 Mar 2016 15:59:23 +0000 (15:59 +0000)
commit2083a93615b0b4baa8b0e4c11cd244ed6ddf9296
tree30c4fe42401eb5022c18662c6aa346d4ef7f501c
parentc27731d51cb57c8193e6c1c581d3d204f124a878
dev-tex/minted: fix compilation of documentation

Compiling of documentation currently failed, as -shell-escape was not
passed to pdflatex. With recent change in latex-package.eclass
(f6082c5) it is now possible to add this flag and therefore compile the
documentation.
Moreover in minted-2.1 there is an extra curly brace in minted.dtx which
leads to a compile failure also with -shell-escape specified. Until it
is fixed upstream, I added a patch to remove this extra curly brace.

Closes: https://github.com/gentoo/gentoo/pull/986
Acked-by: Alexis Ballier <aballier@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
dev-tex/minted/files/minted-2.1-remove-extra-curly-brace.patch [new file with mode: 0644]
dev-tex/minted/minted-1.7.ebuild
dev-tex/minted/minted-2.0.ebuild
dev-tex/minted/minted-2.1.ebuild