mail-mta/exim: fix copyright, remove -j1 restriction on make
authorFabian Groffen <grobian@gentoo.org>
Thu, 7 Apr 2016 08:06:46 +0000 (10:06 +0200)
committerFabian 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

index 0af83be4931db3fdda75275a2e2c1149f333cb90..5ae4c33a166b145443a60f2d084a5127b4a7ef1f 100644 (file)
@@ -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"
 }