From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 23166138334 for ; Fri, 25 Jan 2019 20:56:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C8A4E0A83; Fri, 25 Jan 2019 20:56:41 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D681BE0A83 for ; Fri, 25 Jan 2019 20:56:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B0A4335D3E for ; Fri, 25 Jan 2019 20:56:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32F3A51F for ; Fri, 25 Jan 2019 20:56:38 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1548449789.2d82b58e6274ebf2d481a7c7aeb325fa7e847f9a.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/octave/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/octave/octave-4.2.2.ebuild sci-mathematics/octave/octave-4.4.1.ebuild X-VCS-Directories: sci-mathematics/octave/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 2d82b58e6274ebf2d481a7c7aeb325fa7e847f9a X-VCS-Branch: master Date: Fri, 25 Jan 2019 20:56:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 52ba866a-420f-46e4-8720-d7f5d48395ec X-Archives-Hash: 13613bb46c6e52e799f2e1926dccd652 commit: 2d82b58e6274ebf2d481a7c7aeb325fa7e847f9a Author: Robin H. Johnson gentoo org> AuthorDate: Fri Jan 25 18:38:12 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Fri Jan 25 20:56:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d82b58e sci-mathematics/octave: fix USE=doc sandbox trip due to tex fonts Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Robin H. Johnson gentoo.org> sci-mathematics/octave/octave-4.2.2.ebuild | 3 ++- sci-mathematics/octave/octave-4.4.1.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/octave/octave-4.2.2.ebuild b/sci-mathematics/octave/octave-4.2.2.ebuild index cf855684553..f326d2dd104 100644 --- a/sci-mathematics/octave/octave-4.2.2.ebuild +++ b/sci-mathematics/octave/octave-4.2.2.ebuild @@ -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" diff --git a/sci-mathematics/octave/octave-4.4.1.ebuild b/sci-mathematics/octave/octave-4.4.1.ebuild index 3e298f6bd61..ac34dd412bb 100644 --- a/sci-mathematics/octave/octave-4.4.1.ebuild +++ b/sci-mathematics/octave/octave-4.4.1.ebuild @@ -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"