sci-visualization/gnuplot: Export the VARTEXFONTS variable.
authorUlrich Müller <ulm@gentoo.org>
Wed, 23 Dec 2015 14:52:53 +0000 (15:52 +0100)
committerUlrich Müller <ulm@gentoo.org>
Wed, 23 Dec 2015 14:52:53 +0000 (15:52 +0100)
This fixes a sandbox violation with USE=doc.

Bug: 569200

Package-Manager: portage-2.2.26

sci-visualization/gnuplot/gnuplot-4.6.5.ebuild
sci-visualization/gnuplot/gnuplot-5.0.1-r1.ebuild

index ee4f6f8a2a6c54564fb5fca26c7740a23a422340..b5f2965c11042b1f8c36f26a349fbe030678f7e8 100644 (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.
index e7fe94b9af933f08bb5c0edcaf465430ba7cada4..ad5b62d0097e237830e0f51d84ac6309c4ef7eaf 100644 (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.