diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-12-23 15:52:53 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-12-23 15:52:53 +0100 |
commit | c7c63407901ae71160ae9ed01c8d3f0bdbaf53b5 (patch) | |
tree | 7f6dfe4fa321b4a5be2e98cf751c810cbd281a80 /sci-visualization/gnuplot | |
parent | app-arch/createrepo: version bump (diff) | |
download | gentoo-c7c63407901ae71160ae9ed01c8d3f0bdbaf53b5.tar.gz gentoo-c7c63407901ae71160ae9ed01c8d3f0bdbaf53b5.tar.bz2 gentoo-c7c63407901ae71160ae9ed01c8d3f0bdbaf53b5.zip |
sci-visualization/gnuplot: Export the VARTEXFONTS variable.
This fixes a sandbox violation with USE=doc.
Bug: 569200
Package-Manager: portage-2.2.26
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.6.5.ebuild | 2 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild b/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild index ee4f6f8a2a6c..b5f2965c1104 100644 --- a/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.6.5.ebuild @@ -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. diff --git a/sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild b/sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild index e7fe94b9af93..ad5b62d0097e 100644 --- a/sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild @@ -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. |