commit: 0d3f5637fdcff2816b38cfe8b230ab80dec2341b
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 14 11:18:15 2017 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Wed Jun 14 11:18:15 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3f5637
dev-tex/latexdiff: Set VARTEXFONTS inside the sandbox to avoid trying to
generate fonts outside of it. Bug #621682
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild
b/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild
index 8507a0ba4eb..73df82ead3c 100644
--- a/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild
+++ b/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
test? ( app-shells/tcsh )"
src_compile() {
+ export VARTEXFONTS="${T}/fonts"
PATH="${S}/dist:${PATH}" emake -j1 distribution
}