sci-mathematics/octave: fix USE=doc sandbox trip due to tex fonts
authorRobin H. Johnson <robbat2@gentoo.org>
Fri, 25 Jan 2019 18:38:12 +0000 (10:38 -0800)
committerRobin H. Johnson <robbat2@gentoo.org>
Fri, 25 Jan 2019 20:56:29 +0000 (12:56 -0800)
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
sci-mathematics/octave/octave-4.2.2.ebuild
sci-mathematics/octave/octave-4.4.1.ebuild

index cf8556845539c1da99203aba067ae4b8df56a855..f326d2dd10432048c0918ba4c7bcc0114a6b82e4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -155,6 +155,7 @@ src_configure() {
 }
 
 src_compile() {
+       export VARTEXFONTS="${T}/fonts" # otherwise it will write to /var/cache/fonts/ and trip sandbox
        default
        if use java; then
                pax-mark m "${S}/src/.libs/octave-cli"
index 3e298f6bd613486a6ab1e39f23a94822a257df47..ac34dd412bb465d25840adaf182aebc0d25e42d4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -160,6 +160,7 @@ src_configure() {
 }
 
 src_compile() {
+       export VARTEXFONTS="${T}/fonts" # otherwise it will write to /var/cache/fonts/ and trip sandbox
        default
        if use java; then
                pax-mark m "${S}/src/.libs/octave-cli"