diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-19 04:40:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-19 04:40:59 +0000 |
commit | bdb18e3db11d75f7065cca8ad5c6805c07543b08 (patch) | |
tree | 8dc0437b4d699f03ce60af93c811c624d52c7b52 /app-emulation/wine/wine-20050419.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-bdb18e3db11d75f7065cca8ad5c6805c07543b08.tar.gz gentoo-2-bdb18e3db11d75f7065cca8ad5c6805c07543b08.tar.bz2 gentoo-2-bdb18e3db11d75f7065cca8ad5c6805c07543b08.zip |
force VARTEXFONTS to $T so doc building doesnt try to write to $ROOT #89568
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'app-emulation/wine/wine-20050419.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050419.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20050419.ebuild b/app-emulation/wine/wine-20050419.ebuild index 22707855acb3..4c9bb183a3be 100644 --- a/app-emulation/wine/wine-20050419.ebuild +++ b/app-emulation/wine/wine-20050419.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.7 2005/07/10 03:59:17 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050419.ebuild,v 1.8 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic multilib @@ -111,6 +111,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then + VARTEXFONTS=${T} \ emake -j1 -C documentation doc || die "docs" fi } |