Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/
Date: Fri, 25 Jan 2019 20:56:51
Message-Id: 1548449789.2d82b58e6274ebf2d481a7c7aeb325fa7e847f9a.robbat2@gentoo
1 commit: 2d82b58e6274ebf2d481a7c7aeb325fa7e847f9a
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 25 18:38:12 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 25 20:56:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d82b58e
7
8 sci-mathematics/octave: fix USE=doc sandbox trip due to tex fonts
9
10 Package-Manager: Portage-2.3.56, Repoman-2.3.12
11 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
12
13 sci-mathematics/octave/octave-4.2.2.ebuild | 3 ++-
14 sci-mathematics/octave/octave-4.4.1.ebuild | 3 ++-
15 2 files changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild b/sci-mathematics/octave/octave-4.2.2.ebuild
18 index cf855684553..f326d2dd104 100644
19 --- a/sci-mathematics/octave/octave-4.2.2.ebuild
20 +++ b/sci-mathematics/octave/octave-4.2.2.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 @@ -155,6 +155,7 @@ src_configure() {
28 }
29
30 src_compile() {
31 + export VARTEXFONTS="${T}/fonts" # otherwise it will write to /var/cache/fonts/ and trip sandbox
32 default
33 if use java; then
34 pax-mark m "${S}/src/.libs/octave-cli"
35
36 diff --git a/sci-mathematics/octave/octave-4.4.1.ebuild b/sci-mathematics/octave/octave-4.4.1.ebuild
37 index 3e298f6bd61..ac34dd412bb 100644
38 --- a/sci-mathematics/octave/octave-4.4.1.ebuild
39 +++ b/sci-mathematics/octave/octave-4.4.1.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2018 Gentoo Authors
42 +# Copyright 1999-2019 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=6
46 @@ -160,6 +160,7 @@ src_configure() {
47 }
48
49 src_compile() {
50 + export VARTEXFONTS="${T}/fonts" # otherwise it will write to /var/cache/fonts/ and trip sandbox
51 default
52 if use java; then
53 pax-mark m "${S}/src/.libs/octave-cli"