diff options
author | 2006-08-13 20:10:58 +0000 | |
---|---|---|
committer | 2006-08-13 20:10:58 +0000 | |
commit | c358d9a1dc5c0dcaf2b9dd7353eadd983a047f65 (patch) | |
tree | 9bc68f17ac7d3f040c2bd3617d3279cdb2d30261 /x11-wm/vtwm/vtwm-5.4.6a.ebuild | |
parent | Punt old versions (diff) | |
download | historical-c358d9a1dc5c0dcaf2b9dd7353eadd983a047f65.tar.gz historical-c358d9a1dc5c0dcaf2b9dd7353eadd983a047f65.tar.bz2 historical-c358d9a1dc5c0dcaf2b9dd7353eadd983a047f65.zip |
restrict makeopts to -j1
Package-Manager: portage-2.1.1_pre2-r6
Diffstat (limited to 'x11-wm/vtwm/vtwm-5.4.6a.ebuild')
-rw-r--r-- | x11-wm/vtwm/vtwm-5.4.6a.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/vtwm/vtwm-5.4.6a.ebuild b/x11-wm/vtwm/vtwm-5.4.6a.ebuild index 2829e6e4c24f..17676bd9202a 100644 --- a/x11-wm/vtwm/vtwm-5.4.6a.ebuild +++ b/x11-wm/vtwm/vtwm-5.4.6a.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/vtwm/vtwm-5.4.6a.ebuild,v 1.10 2006/06/11 12:09:07 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/vtwm/vtwm-5.4.6a.ebuild,v 1.11 2006/08/13 20:10:58 pvdabeel Exp $ IUSE="" @@ -28,7 +28,7 @@ DEPEND="${RDEPEND} src_compile() { xmkmf || die "xmkmf failed" - emake || die "emake failed" + emake -j1 || die "emake failed" } src_install() { |