diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-09-02 11:38:18 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-09-02 11:38:18 +0000 |
commit | 142a2e4313f9406e0e2ac31d0f349f45b18a772e (patch) | |
tree | da302de200a857cc409b63db1625f7ef65c30517 /net-mail | |
parent | alpha/ia64/x86 stable (diff) | |
download | gentoo-2-142a2e4313f9406e0e2ac31d0f349f45b18a772e.tar.gz gentoo-2-142a2e4313f9406e0e2ac31d0f349f45b18a772e.tar.bz2 gentoo-2-142a2e4313f9406e0e2ac31d0f349f45b18a772e.zip |
Parallel make seems to fail as per bug #134802. Disable it.
(Portage version: 2.1.2.12)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/perdition/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/perdition/perdition-1.17.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/perdition/ChangeLog b/net-mail/perdition/ChangeLog index e4d1cb8a679e..bed26d5604b1 100644 --- a/net-mail/perdition/ChangeLog +++ b/net-mail/perdition/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/perdition # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/ChangeLog,v 1.7 2007/03/04 20:11:31 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/ChangeLog,v 1.8 2007/09/02 11:38:18 ferdy Exp $ + + 02 Sep 2007; Fernando J. Pereda <ferdy@gentoo.org> perdition-1.17.ebuild: + Parallel make seems to fail as per bug #134802. Disable it. 04 Mar 2007; Piotr Jaroszyński <peper@gentoo.org> perdition-1.17.ebuild: Fix incomplete net-mail/mailx -> mail-client/mailx and net-mail/nmh -> diff --git a/net-mail/perdition/perdition-1.17.ebuild b/net-mail/perdition/perdition-1.17.ebuild index a1fb5ad66d09..e4ba4a63c81f 100644 --- a/net-mail/perdition/perdition-1.17.ebuild +++ b/net-mail/perdition/perdition-1.17.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/net-mail/perdition/perdition-1.17.ebuild,v 1.5 2007/03/10 14:26:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/perdition/perdition-1.17.ebuild,v 1.6 2007/09/02 11:38:18 ferdy Exp $ inherit eutils @@ -39,7 +39,7 @@ src_compile() { $(use_enable gdbm) \ $(use_enable ldap) \ || die "econf failed" - emake || die "emake failed" + emake -j1 || die "emake failed" } src_install() { |