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-20050524.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-20050524.ebuild')
-rw-r--r-- | app-emulation/wine/wine-20050524.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-emulation/wine/wine-20050524.ebuild b/app-emulation/wine/wine-20050524.ebuild index 9e9636d0db4d..9193e3a228d6 100644 --- a/app-emulation/wine/wine-20050524.ebuild +++ b/app-emulation/wine/wine-20050524.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-20050524.ebuild,v 1.6 2005/07/10 04:06:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20050524.ebuild,v 1.7 2005/07/19 04:40:59 vapier Exp $ inherit eutils flag-o-matic multilib @@ -112,6 +112,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 } |