projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e11595d
)
mail-mta/exim: fix copyright, remove -j1 restriction on make
author
Fabian Groffen
<grobian@gentoo.org>
Thu, 7 Apr 2016 08:06:46 +0000
(10:06 +0200)
committer
Fabian Groffen
<grobian@gentoo.org>
Thu, 7 Apr 2016 08:07:17 +0000
(10:07 +0200)
Package-Manager: portage-2.2.26
mail-mta/exim/exim-4.87.ebuild
patch
|
blob
|
history
diff --git
a/mail-mta/exim/exim-4.87.ebuild
b/mail-mta/exim/exim-4.87.ebuild
index 0af83be4931db3fdda75275a2e2c1149f333cb90..5ae4c33a166b145443a60f2d084a5127b4a7ef1f 100644
(file)
--- a/
mail-mta/exim/exim-4.87.ebuild
+++ b/
mail-mta/exim/exim-4.87.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
5
Gentoo Foundation
+# Copyright 1999-201
6
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@
-417,7
+417,7
@@
src_configure() {
}
src_compile() {
- emake
-j1
CC="$(tc-getCC)" HOSTCC="$(tc-getCC $CBUILD)" \
+ emake CC="$(tc-getCC)" HOSTCC="$(tc-getCC $CBUILD)" \
AR="$(tc-getAR) cq" RANLIB="$(tc-getRANLIB)" FULLECHO='' \
|| die "make failed"
}