diff options
author | Rainer Groesslinger <scandium@gentoo.org> | 2003-06-10 08:34:14 +0000 |
---|---|---|
committer | Rainer Groesslinger <scandium@gentoo.org> | 2003-06-10 08:34:14 +0000 |
commit | 0b21978b0bf38ad00c7e79df28f70fc5b7ef7b16 (patch) | |
tree | 28d476ad79107f778a0c18094f450b06b8c4a257 /net-p2p/xmule | |
parent | added src_unpack() (diff) | |
download | historical-0b21978b0bf38ad00c7e79df28f70fc5b7ef7b16.tar.gz historical-0b21978b0bf38ad00c7e79df28f70fc5b7ef7b16.tar.bz2 historical-0b21978b0bf38ad00c7e79df28f70fc5b7ef7b16.zip |
use -j1 in MAKEOPTS
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r-- | net-p2p/xmule/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/xmule/Manifest | 4 | ||||
-rw-r--r-- | net-p2p/xmule/xmule-1.5.0.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net-p2p/xmule/ChangeLog b/net-p2p/xmule/ChangeLog index abaf48bdd634..da172b31d817 100644 --- a/net-p2p/xmule/ChangeLog +++ b/net-p2p/xmule/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/xmule # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.1 2003/06/08 18:59:47 malverian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/ChangeLog,v 1.2 2003/06/10 08:34:04 scandium Exp $ + + 10 Jun 2003; Rainer Groesslinger <scandium@gentoo.org> xmule-1.5.0.ebuild: + use -j1 in MAKEOPTS, see bug #22513 *xmule-1.5.0 (08 Jun 2003) diff --git a/net-p2p/xmule/Manifest b/net-p2p/xmule/Manifest index a7006232ecef..d36cdc7d0e16 100644 --- a/net-p2p/xmule/Manifest +++ b/net-p2p/xmule/Manifest @@ -1,3 +1,3 @@ -MD5 cb8a58ae0522e30a168dd478178b3ecb ChangeLog 329 -MD5 e2d15fbd2c5b5fb6bd7414851a4d06b2 xmule-1.5.0.ebuild 605 +MD5 751b410f24e45d64eeddc97f0189c7ee ChangeLog 444 +MD5 3f4c879db2d2b5dfb0d541a9843cf9ce xmule-1.5.0.ebuild 631 MD5 970c047b21251f85719c75396ee23428 files/digest-xmule-1.5.0 64 diff --git a/net-p2p/xmule/xmule-1.5.0.ebuild b/net-p2p/xmule/xmule-1.5.0.ebuild index 95315dabc865..2c85ce81a4a3 100644 --- a/net-p2p/xmule/xmule-1.5.0.ebuild +++ b/net-p2p/xmule/xmule-1.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.5.0.ebuild,v 1.1 2003/06/08 18:59:47 malverian Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/xmule/xmule-1.5.0.ebuild,v 1.2 2003/06/10 08:34:04 scandium Exp $ DESCRIPTION="GPL eDonkey clone that doesn't suck" HOMEPAGE="http://xmule.sourceforge.net" @@ -19,7 +19,7 @@ S=${WORKDIR}/${P} src_compile () { econf --with-wx-config="/usr/bin/wx-config" || die - emake || die + MAKEOPTS="${MAKEOPTS} -j1" emake || die } src_install () { |