Skip to content

Commit

Permalink
dev-tex/latexdiff: Set VARTEXFONTS inside the sandbox to avoid trying…
Browse files Browse the repository at this point in the history
… to generate fonts outside of it. Bug #621682

Package-Manager: Portage-2.3.6, Repoman-2.3.2
  • Loading branch information
aballier committed Jun 14, 2017
1 parent 6a9197a commit 0d3f563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
test? ( app-shells/tcsh )"

src_compile() {
export VARTEXFONTS="${T}/fonts"
PATH="${S}/dist:${PATH}" emake -j1 distribution
}

Expand Down

0 comments on commit 0d3f563

Please sign in to comment.