summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/mini-qmail/mini-qmail-1.06.ebuild4
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