mail-mta/mini-qmail: Workaround parallel build failure (#398135)
authorPacho Ramos <pacho@gentoo.org>
Sat, 11 Jun 2016 19:57:39 +0000 (21:57 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sat, 11 Jun 2016 19:58:21 +0000 (21:58 +0200)
Package-Manager: portage-2.3.0_rc1

mail-mta/mini-qmail/mini-qmail-1.06.ebuild

index 1e3843f07b95d3874af7050f7f3ec7d93fd28ff2..e5c8a1940e2827b7c3ecbecfa7681628b1efd0ba 100644 (file)
@@ -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