summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando J. Pereda <ferdy@gentoo.org>2007-04-10 17:28:36 +0000
committerFernando J. Pereda <ferdy@gentoo.org>2007-04-10 17:28:36 +0000
commitd09094694286f742c1951a10a57e562013147d3a (patch)
tree302d2b761702101efafc9510706d9804605be256 /mail-client/mutt
parentStable on sparc wrt security #164466 (diff)
downloadgentoo-2-d09094694286f742c1951a10a57e562013147d3a.tar.gz
gentoo-2-d09094694286f742c1951a10a57e562013147d3a.tar.bz2
gentoo-2-d09094694286f742c1951a10a57e562013147d3a.zip
Force -j1 as per bug #173969
(Portage version: 2.1.2.2)
Diffstat (limited to 'mail-client/mutt')
-rw-r--r--mail-client/mutt/ChangeLog5
-rw-r--r--mail-client/mutt/mutt-1.5.15.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-client/mutt/ChangeLog b/mail-client/mutt/ChangeLog
index 2a4758aa2650..e1c0cfed42bc 100644
--- a/mail-client/mutt/ChangeLog
+++ b/mail-client/mutt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/mutt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.103 2007/04/09 21:27:22 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/ChangeLog,v 1.104 2007/04/10 17:28:36 ferdy Exp $
+
+ 10 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org> mutt-1.5.15.ebuild:
+ Force -j1 as per bug #173969
*mutt-1.5.15 (09 Apr 2007)
diff --git a/mail-client/mutt/mutt-1.5.15.ebuild b/mail-client/mutt/mutt-1.5.15.ebuild
index 37dde9c8f463..b5c86b6f2726 100644
--- a/mail-client/mutt/mutt-1.5.15.ebuild
+++ b/mail-client/mutt/mutt-1.5.15.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.15.ebuild,v 1.1 2007/04/09 21:27:22 ferdy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mutt/mutt-1.5.15.ebuild,v 1.2 2007/04/10 17:28:36 ferdy Exp $
inherit eutils flag-o-matic autotools
@@ -136,7 +136,7 @@ src_compile() {
fi
econf ${myconf} || die "configure failed"
- emake || die "make failed"
+ emake -j1 || die "make failed"
}
src_install() {