sci-visualization/gnuplot: Export the VARTEXFONTS variable.

This fixes a sandbox violation with USE=doc.

Bug: 569200

Package-Manager: portage-2.2.26
This commit is contained in:
Ulrich Müller
2015-12-23 15:52:53 +01:00
parent 913bc0bf8d
commit c7c6340790
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@ src_configure() {
src_compile() {
# Prevent access violations, see bug 201871
VARTEXFONTS="${T}/fonts"
export VARTEXFONTS="${T}/fonts"
# We believe that the following line is no longer needed.
# In case of problems file a bug report at bugs.gentoo.org.

View File

@@ -143,7 +143,7 @@ src_configure() {
src_compile() {
# Prevent access violations, see bug 201871
VARTEXFONTS="${T}/fonts"
export VARTEXFONTS="${T}/fonts"
# We believe that the following line is no longer needed.
# In case of problems file a bug report at bugs.gentoo.org.