diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-25 15:56:25 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-25 15:56:25 +0000 |
commit | 92843300c68d790b8783ae87d0d6ff507eaabbdc (patch) | |
tree | 887164953236623ddce800b7406e010ad29a6974 /dev-libs/ffcall | |
parent | Add prefix support, revbump due to otherwise unresolvable USE deps (diff) | |
download | gentoo-2-92843300c68d790b8783ae87d0d6ff507eaabbdc.tar.gz gentoo-2-92843300c68d790b8783ae87d0d6ff507eaabbdc.tar.bz2 gentoo-2-92843300c68d790b8783ae87d0d6ff507eaabbdc.zip |
Use -j1 for build (bug #298348).
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/ffcall')
-rw-r--r-- | dev-libs/ffcall/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/ffcall/ffcall-1.10-r2.ebuild | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-libs/ffcall/ChangeLog b/dev-libs/ffcall/ChangeLog index a10a837ab5db..93ce863c05df 100644 --- a/dev-libs/ffcall/ChangeLog +++ b/dev-libs/ffcall/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/ffcall -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.37 2009/09/22 02:05:21 tgall Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ChangeLog,v 1.38 2009/12/25 15:56:25 flameeyes Exp $ + + 25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> + ffcall-1.10-r2.ebuild: + Use -j1 for build (bug #298348). 21 Sep 2009; Tom Gall <tgall@gentoo.org> ffcall-1.10-r2.ebuild: keyword ppc64 diff --git a/dev-libs/ffcall/ffcall-1.10-r2.ebuild b/dev-libs/ffcall/ffcall-1.10-r2.ebuild index 8d649244695f..dfb5a0ed6c14 100644 --- a/dev-libs/ffcall/ffcall-1.10-r2.ebuild +++ b/dev-libs/ffcall/ffcall-1.10-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v 1.4 2009/09/22 02:05:21 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ffcall/ffcall-1.10-r2.ebuild,v 1.5 2009/12/25 15:56:25 flameeyes Exp $ inherit eutils flag-o-matic @@ -38,7 +38,8 @@ src_compile() { --datadir=/usr/share/doc/${PF} \ --enable-shared \ || die "./configure failed" - make ${cpu_setting} || die + # bug #298348 + emake -j1 ${cpu_setting} || die } src_install() { |