summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Groesslinger <scandium@gentoo.org>2003-06-10 08:34:14 +0000
committerRainer Groesslinger <scandium@gentoo.org>2003-06-10 08:34:14 +0000
commit7cfe4c128b19897266a2cd0da614d04c1a24be07 (patch)
treed4e53a1401151d9de941a4f481d88a99b5476bb0 /net-p2p/xmule
parentadded src_unpack() (diff)
downloadgentoo-2-7cfe4c128b19897266a2cd0da614d04c1a24be07.tar.gz
gentoo-2-7cfe4c128b19897266a2cd0da614d04c1a24be07.tar.bz2
gentoo-2-7cfe4c128b19897266a2cd0da614d04c1a24be07.zip
use -j1 in MAKEOPTS
Diffstat (limited to 'net-p2p/xmule')
-rw-r--r--net-p2p/xmule/ChangeLog5
-rw-r--r--net-p2p/xmule/Manifest4
-rw-r--r--net-p2p/xmule/xmule-1.5.0.ebuild4
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 () {