diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-11 00:54:52 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2006-11-11 00:54:52 +0000 |
commit | bd9a751de336f3fb7f9ff31a6b9dab6b98d095f5 (patch) | |
tree | 972b66827e47271a177bd251d657516f9ba9097f /www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild | |
parent | Removing from the tree, as media-sound/mpd supercedes it. (diff) | |
download | gentoo-2-bd9a751de336f3fb7f9ff31a6b9dab6b98d095f5.tar.gz gentoo-2-bd9a751de336f3fb7f9ff31a6b9dab6b98d095f5.tar.bz2 gentoo-2-bd9a751de336f3fb7f9ff31a6b9dab6b98d095f5.zip |
Restrict parallel builds until upstream can solve the problem properly.
(Portage version: 2.1.2_rc1-r5)
Diffstat (limited to 'www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild')
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild b/www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild index 27cc616e1e03..26101a54ad93 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild,v 1.6 2006/11/10 13:03:47 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-1.5.0.8.ebuild,v 1.7 2006/11/11 00:54:52 kloeri Exp $ unset ALLOWED_FLAGS # stupid extra-functions.sh ... bug 49179 @@ -189,7 +189,7 @@ src_compile() { # requirements while compiling edit_makefiles - emake || die + emake -j1 || die } pkg_preinst() { |