summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2016-04-07 10:06:46 +0200
committerFabian Groffen <grobian@gentoo.org>2016-04-07 10:07:17 +0200
commitf969e0c9431e40151d524d5cb6620afe7847c88c (patch)
tree0ca34f6af0e8b350e8976e40afaccadf7dd3c92f /mail-mta
parentmail-mta/exim: version bump to 4.87 release (diff)
downloadgentoo-f969e0c9431e40151d524d5cb6620afe7847c88c.tar.gz
gentoo-f969e0c9431e40151d524d5cb6620afe7847c88c.tar.bz2
gentoo-f969e0c9431e40151d524d5cb6620afe7847c88c.zip
mail-mta/exim: fix copyright, remove -j1 restriction on make
Package-Manager: portage-2.2.26
Diffstat (limited to 'mail-mta')
-rw-r--r--mail-mta/exim/exim-4.87.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail-mta/exim/exim-4.87.ebuild b/mail-mta/exim/exim-4.87.ebuild
index 0af83be4931d..5ae4c33a166b 100644
--- a/mail-mta/exim/exim-4.87.ebuild
+++ b/mail-mta/exim/exim-4.87.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 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"
}