diff options
author | Robert Buchholz <rbu@gentoo.org> | 2008-07-30 01:03:09 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2008-07-30 01:03:09 +0000 |
commit | 2bc2bda127c04adebf06ff4163705b2deb29fe53 (patch) | |
tree | 035709ea90b1892a01485c5b064cfcb36e4121cf | |
parent | Version bump. (diff) | |
download | gentoo-2-2bc2bda127c04adebf06ff4163705b2deb29fe53.tar.gz gentoo-2-2bc2bda127c04adebf06ff4163705b2deb29fe53.tar.bz2 gentoo-2-2bc2bda127c04adebf06ff4163705b2deb29fe53.zip |
Set VARTEXFONTS so LaTeX does not try to write out of the sandbox (bug #233120)
(Portage version: 2.2_rc4/cvs/Linux 2.6.25-gentoo-r6 x86_64)
-rw-r--r-- | app-emulation/xen-tools/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/xen-tools/xen-tools-3.2.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/ChangeLog b/app-emulation/xen-tools/ChangeLog index 3c721603a3c5..c14d27c6f9d2 100644 --- a/app-emulation/xen-tools/ChangeLog +++ b/app-emulation/xen-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/xen-tools # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.38 2008/07/28 20:48:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/ChangeLog,v 1.39 2008/07/30 01:03:09 rbu Exp $ + + 30 Jul 2008; Robert Buchholz <rbu@gentoo.org> xen-tools-3.2.1.ebuild: + Set VARTEXFONTS so LaTeX does not try to write out of the sandbox (bug #233120) 28 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml: add GLEP 56 USE flag desc from use.local.desc 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" |