summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2008-07-30 01:03:09 +0000
committerRobert Buchholz <rbu@gentoo.org>2008-07-30 01:03:09 +0000
commitd76d6fcc6f6592198d96289d6f3481241266b50c (patch)
tree80f83e45d6b72af7ca2070555abf942c725c9847 /app-emulation/xen-tools/xen-tools-3.2.1.ebuild
parentMake repoman happy. (diff)
downloadhistorical-d76d6fcc6f6592198d96289d6f3481241266b50c.tar.gz
historical-d76d6fcc6f6592198d96289d6f3481241266b50c.tar.bz2
historical-d76d6fcc6f6592198d96289d6f3481241266b50c.zip
Set VARTEXFONTS so LaTeX does not try to write out of the sandbox (bug #233120)
Package-Manager: portage-2.2_rc4/cvs/Linux 2.6.25-gentoo-r6 x86_64
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-3.2.1.ebuild')
-rw-r--r--app-emulation/xen-tools/xen-tools-3.2.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-3.2.1.ebuild b/app-emulation/xen-tools/xen-tools-3.2.1.ebuild
index df3741a084e2..5b480a08eff2 100644
--- a/app-emulation/xen-tools/xen-tools-3.2.1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-3.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild,v 1.1 2008/05/04 18:59:10 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-3.2.1.ebuild,v 1.2 2008/07/30 01:03:09 rbu Exp $
inherit flag-o-matic eutils multilib
@@ -124,6 +124,7 @@ src_unpack() {
}
src_compile() {
+ export VARTEXFONTS="${T}/fonts"
local myopt myconf
use debug && myopt="${myopt} debug=y"