summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-06-14 13:18:15 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-06-14 13:18:15 +0200
commit0d3f5637fdcff2816b38cfe8b230ab80dec2341b (patch)
treebdc557a6c41dbad9c45c1a7a44438e614c617e8b /dev-tex
parentlatex-package.eclass: Use halt on error and nonstopmode for latex invocations... (diff)
downloadgentoo-0d3f5637fdcff2816b38cfe8b230ab80dec2341b.tar.gz
gentoo-0d3f5637fdcff2816b38cfe8b230ab80dec2341b.tar.bz2
gentoo-0d3f5637fdcff2816b38cfe8b230ab80dec2341b.zip
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
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild b/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild
index 8507a0ba4ebb..73df82ead3cd 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
}