diff options
author | 2016-06-11 21:57:39 +0200 | |
---|---|---|
committer | 2016-06-11 21:58:21 +0200 | |
commit | ab03d3a7594155f6cf28ea4cbc2a86eb2b7afcc2 (patch) | |
tree | 7a16bdc2eeba693148bb797fd7d245ffe7d38534 | |
parent | app-vim/airline-themes: Add airline-themes to the tree. (diff) | |
download | gentoo-ab03d3a7594155f6cf28ea4cbc2a86eb2b7afcc2.tar.gz gentoo-ab03d3a7594155f6cf28ea4cbc2a86eb2b7afcc2.tar.bz2 gentoo-ab03d3a7594155f6cf28ea4cbc2a86eb2b7afcc2.zip |
mail-mta/mini-qmail: Workaround parallel build failure (#398135)
Package-Manager: portage-2.3.0_rc1
-rw-r--r-- | mail-mta/mini-qmail/mini-qmail-1.06.ebuild | 4 |
1 files 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 1e3843f07b95..e5c8a1940e28 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 |