diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-11-28 09:41:34 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-11-28 09:41:34 +0000 |
commit | 5bf9d6c1fdde436228f5792c814bd87a3e587c66 (patch) | |
tree | 613d5bff3c33540cae57c798bfe9ed22a2d50a71 /sci-mathematics/ggnfs | |
parent | old (diff) | |
download | gentoo-2-5bf9d6c1fdde436228f5792c814bd87a3e587c66.tar.gz gentoo-2-5bf9d6c1fdde436228f5792c814bd87a3e587c66.tar.bz2 gentoo-2-5bf9d6c1fdde436228f5792c814bd87a3e587c66.zip |
Avoid parallel make failure
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/ggnfs')
-rw-r--r-- | sci-mathematics/ggnfs/ChangeLog | 5 | ||||
-rw-r--r-- | sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-mathematics/ggnfs/ChangeLog b/sci-mathematics/ggnfs/ChangeLog index ce899c1e5282..977a3643e04e 100644 --- a/sci-mathematics/ggnfs/ChangeLog +++ b/sci-mathematics/ggnfs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/ggnfs # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.1 2012/11/27 13:32:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ChangeLog,v 1.2 2012/11/28 09:41:34 patrick Exp $ + + 28 Nov 2012; Patrick Lauer <patrick@gentoo.org> ggnfs-0.77.1.ebuild: + Avoid parallel make failure *ggnfs-0.77.1 (27 Nov 2012) diff --git a/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild b/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild index 474de667c31c..0ed679875613 100644 --- a/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild +++ b/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild,v 1.1 2012/11/27 13:32:51 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ggnfs/ggnfs-0.77.1.ebuild,v 1.2 2012/11/28 09:41:34 patrick Exp $ EAPI=4 DESCRIPTION="A suite of algorithms to help factoring large integers" @@ -39,7 +39,7 @@ src_compile() { # setting MARCH like this is fugly, but it uses -march=$ARCH - better fix welcome # it also assumes a recent-ish compiler cd src - HOST="generic" MARCH="native" emake + HOST="generic" MARCH="native" emake -j1 } src_install() { |