From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [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 13B94139694 for ; Wed, 14 Jun 2017 11:18:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 117CCE0BE0; Wed, 14 Jun 2017 11:18:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DEAB9E0BE0 for ; Wed, 14 Jun 2017 11:18:29 +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 8B36B341130 for ; Wed, 14 Jun 2017 11:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA5D27465 for ; Wed, 14 Jun 2017 11:18:26 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1497439095.0d3f5637fdcff2816b38cfe8b230ab80dec2341b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild X-VCS-Directories: dev-tex/latexdiff/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0d3f5637fdcff2816b38cfe8b230ab80dec2341b X-VCS-Branch: master Date: Wed, 14 Jun 2017 11:18:26 +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-Archives-Salt: 9d48f382-f5c3-4a12-aa17-8d386250fe34 X-Archives-Hash: 0641479c40de1059269be6e6c47d0dc8 commit: 0d3f5637fdcff2816b38cfe8b230ab80dec2341b Author: Alexis Ballier gentoo org> AuthorDate: Wed Jun 14 11:18:15 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Jun 14 11:18:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d3f5637 dev-tex/latexdiff: Set VARTEXFONTS inside the sandbox to avoid trying to generate fonts outside of it. Bug #621682 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild b/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild index 8507a0ba4eb..73df82ead3c 100644 --- a/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild +++ b/dev-tex/latexdiff/latexdiff-1.2.0-r1.ebuild @@ -22,6 +22,7 @@ DEPEND="${RDEPEND} test? ( app-shells/tcsh )" src_compile() { + export VARTEXFONTS="${T}/fonts" PATH="${S}/dist:${PATH}" emake -j1 distribution }