projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0fb1cb
)
mail-mta/mini-qmail: Workaround parallel build failure (#398135)
author
Pacho Ramos
<pacho@gentoo.org>
Sat, 11 Jun 2016 19:57:39 +0000
(21:57 +0200)
committer
Pacho 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
patch
|
blob
|
history
diff --git
a/mail-mta/mini-qmail/mini-qmail-1.06.ebuild
b/mail-mta/mini-qmail/mini-qmail-1.06.ebuild
index 1e3843f07b95d3874af7050f7f3ec7d93fd28ff2..e5c8a1940e2827b7c3ecbecfa7681628b1efd0ba 100644
(file)
--- 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-201
3
Gentoo Foundation
+# Copyright 1999-201
6
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