commit:     ab03d3a7594155f6cf28ea4cbc2a86eb2b7afcc2
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 11 19:57:39 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jun 11 19:58:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab03d3a7

mail-mta/mini-qmail: Workaround parallel build failure (#398135)

Package-Manager: portage-2.3.0_rc1

 mail-mta/mini-qmail/mini-qmail-1.06.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/mini-qmail/mini-qmail-1.06.ebuild 
b/mail-mta/mini-qmail/mini-qmail-1.06.ebuild
index 1e3843f..e5c8a19 100644
--- a/mail-mta/mini-qmail/mini-qmail-1.06.ebuild
+++ b/mail-mta/mini-qmail/mini-qmail-1.06.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -51,7 +51,7 @@ src_unpack() {
 }
 
 src_compile() {
-       qmail_src_compile
+       MAKEOPTS="${MAKEOPTS} -j1" qmail_src_compile #398135
 }
 
 # make check is actually an install-check target, see bug #364955

Reply via email to