diff options
author | Raúl Porcel <armin76@gentoo.org> | 2007-06-15 10:25:11 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2007-06-15 10:25:11 +0000 |
commit | d66b8f51e0196b186a3377a6b4193213f8fb950c (patch) | |
tree | 314fb892d3fffe6caa96d9ce8595c56f2f504934 /net-libs/xulrunner | |
parent | P.mask livesvn ebuild of net-p2p/deluge (diff) | |
download | gentoo-2-d66b8f51e0196b186a3377a6b4193213f8fb950c.tar.gz gentoo-2-d66b8f51e0196b186a3377a6b4193213f8fb950c.tar.bz2 gentoo-2-d66b8f51e0196b186a3377a6b4193213f8fb950c.zip |
Enable parallel compile, bug 181722
(Portage version: 2.1.2.9)
Diffstat (limited to 'net-libs/xulrunner')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.8.1.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index 767546732379..96d4fe1ffecd 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.33 2007/06/13 21:03:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.34 2007/06/15 10:25:11 armin76 Exp $ + + 15 Jun 2007; Raúl Porcel <armin76@gentoo.org> xulrunner-1.8.1.4.ebuild: + Enable parallel compile, bug 181722 13 Jun 2007; Raúl Porcel <armin76@gentoo.org> -xulrunner-1.8.0.4.ebuild, -xulrunner-1.8.1.3.ebuild: diff --git a/net-libs/xulrunner/xulrunner-1.8.1.4.ebuild b/net-libs/xulrunner/xulrunner-1.8.1.4.ebuild index 978a9e065d27..b7456fcaaa27 100644 --- a/net-libs/xulrunner/xulrunner-1.8.1.4.ebuild +++ b/net-libs/xulrunner/xulrunner-1.8.1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.4.ebuild,v 1.6 2007/06/13 20:54:38 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.4.ebuild,v 1.7 2007/06/15 10:25:11 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -114,7 +114,7 @@ src_compile() { # requirements while compiling edit_makefiles - emake -j1 || die "emake failed" + emake || die "emake failed" } src_install() { |