From f969e0c9431e40151d524d5cb6620afe7847c88c Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Thu, 7 Apr 2016 10:06:46 +0200 Subject: mail-mta/exim: fix copyright, remove -j1 restriction on make Package-Manager: portage-2.2.26 --- mail-mta/exim/exim-4.87.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail-mta/exim') 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" } -- cgit v1.2.3