summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-10-20 10:57:16 +0000
committerTorsten Veller <tove@gentoo.org>2009-10-20 10:57:16 +0000
commitcb7c219424a8a7e19b77bf7e2ceb464823472060 (patch)
treed27eac7b2270c353f9048d9b3b50e2c57169436e /mail-filter
parentbe more descriptive as to what went wrong (bug #198113) (diff)
downloadgentoo-2-cb7c219424a8a7e19b77bf7e2ceb464823472060.tar.gz
gentoo-2-cb7c219424a8a7e19b77bf7e2ceb464823472060.tar.bz2
gentoo-2-cb7c219424a8a7e19b77bf7e2ceb464823472060.zip
Parallel make fails (#247716)
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/maildrop/ChangeLog5
-rw-r--r--mail-filter/maildrop/maildrop-2.0.4.ebuild6
2 files changed, 7 insertions, 4 deletions
diff --git a/mail-filter/maildrop/ChangeLog b/mail-filter/maildrop/ChangeLog
index 894dbf4184f4..ac79ac1ff323 100644
--- a/mail-filter/maildrop/ChangeLog
+++ b/mail-filter/maildrop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/maildrop
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/ChangeLog,v 1.85 2009/06/29 19:20:35 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/ChangeLog,v 1.86 2009/10/20 10:57:16 tove Exp $
+
+ 20 Oct 2009; Torsten Veller <tove@gentoo.org> maildrop-2.0.4.ebuild:
+ Parallel make fails (#247716)
*maildrop-2.2.0 (29 Jun 2009)
diff --git a/mail-filter/maildrop/maildrop-2.0.4.ebuild b/mail-filter/maildrop/maildrop-2.0.4.ebuild
index 476e3e23ee7e..3c882b886447 100644
--- a/mail-filter/maildrop/maildrop-2.0.4.ebuild
+++ b/mail-filter/maildrop/maildrop-2.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/maildrop-2.0.4.ebuild,v 1.8 2008/01/13 08:34:55 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/maildrop/maildrop-2.0.4.ebuild,v 1.9 2009/10/20 10:57:16 tove Exp $
inherit eutils flag-o-matic autotools
@@ -94,7 +94,7 @@ src_compile() {
--cache-file="${S}"/configuring.cache \
${myconf} || die
- emake || die "compile problem"
+ emake -j1 || die "compile problem"
}
src_install() {