diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-08 18:59:01 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-08 18:59:01 +0000 |
commit | 3a038f7dd1e6579d8072fde1b5652037c7c0e67e (patch) | |
tree | cfef3c7d40e7bdbd37d8fa4cd68d4bfbaca0599b /app-emulation/wine | |
parent | remove cross from IUSE (Manifest recommit) (diff) | |
download | gentoo-2-3a038f7dd1e6579d8072fde1b5652037c7c0e67e.tar.gz gentoo-2-3a038f7dd1e6579d8072fde1b5652037c7c0e67e.tar.bz2 gentoo-2-3a038f7dd1e6579d8072fde1b5652037c7c0e67e.zip |
dont build docs in parallel
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-20041019-r3.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-20041201.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/wine/wine-20041019-r3.ebuild b/app-emulation/wine/wine-20041019-r3.ebuild index 7f14e2c8c72f..fc1b3beeaf91 100644 --- a/app-emulation/wine/wine-20041019-r3.ebuild +++ b/app-emulation/wine/wine-20041019-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.6 2004/12/02 14:12:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041019-r3.ebuild,v 1.7 2004/12/08 18:59:01 vapier Exp $ inherit eutils flag-o-matic @@ -83,7 +83,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then - emake -C documentation doc || die "docs" + emake -j1 -C documentation doc || die "docs" fi } diff --git a/app-emulation/wine/wine-20041201.ebuild b/app-emulation/wine/wine-20041201.ebuild index bec63040ac14..cf3124ff3356 100644 --- a/app-emulation/wine/wine-20041201.ebuild +++ b/app-emulation/wine/wine-20041201.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041201.ebuild,v 1.1 2004/12/02 14:12:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-20041201.ebuild,v 1.2 2004/12/08 18:59:01 vapier Exp $ inherit eutils flag-o-matic @@ -83,7 +83,7 @@ src_compile() { emake -j1 depend || die "depend" emake all || die "all" if use doc ; then - emake -C documentation doc || die "docs" + emake -j1 -C documentation doc || die "docs" fi } |