summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Longland <redhatter@gentoo.org>2006-11-19 15:09:43 +0000
committerStuart Longland <redhatter@gentoo.org>2006-11-19 15:09:43 +0000
commit2851bd4878917d25b8824046af5f4af73e42fa80 (patch)
tree9e092fa15b0df48868a83360713a0ea9b84ff116 /net-libs
parentRemoved old version. (diff)
downloadgentoo-2-2851bd4878917d25b8824046af5f4af73e42fa80.tar.gz
gentoo-2-2851bd4878917d25b8824046af5f4af73e42fa80.tar.bz2
gentoo-2-2851bd4878917d25b8824046af5f4af73e42fa80.zip
Minor tweaks committed on Anarchy's behalf: relocated WANT_AUTOCONF variable, force -j1 when compiling.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xulrunner/ChangeLog7
-rw-r--r--net-libs/xulrunner/xulrunner-1.8.0.4.ebuild9
2 files changed, 11 insertions, 5 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index 280bcc0e4786..27108138a58e 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.4 2006/11/17 14:36:50 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.5 2006/11/19 15:09:43 redhatter Exp $
+
+ 19 Nov 2006; Stuart Longland <redhatter@gentoo.org>
+ xulrunner-1.8.0.4.ebuild:
+ Minor tweaks committed on Anarchy's behalf: relocated WANT_AUTOCONF
+ variable, force -j1 when compiling.
17 Nov 2006; nixnut <nixnut@gentoo.org> xulrunner-1.8.0.4.ebuild:
Added ~ppc keyword wrt bug 155053
diff --git a/net-libs/xulrunner/xulrunner-1.8.0.4.ebuild b/net-libs/xulrunner/xulrunner-1.8.0.4.ebuild
index 469a5679b297..3627fba5c806 100644
--- a/net-libs/xulrunner/xulrunner-1.8.0.4.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.8.0.4.ebuild
@@ -1,6 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.0.4.ebuild,v 1.3 2006/11/17 14:36:50 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.0.4.ebuild,v 1.4 2006/11/19 15:09:43 redhatter Exp $
+
+WANT_AUTOCONF="2.1"
inherit flag-o-matic toolchain-funcs eutils makeedit multilib autotools mozconfig-2 java-pkg-opt-2
PVER="0.8"
@@ -55,8 +57,7 @@ src_unpack() {
${S}/security/coreconf/arch.mk
fi
- WANT_AUTOCONF="2.1" \
- eautoreconf || die "failed running eautoreconf"
+ eautoreconf || die "failed running eautoreconf"
}
src_compile() {
@@ -134,7 +135,7 @@ src_compile() {
# requirements while compiling
edit_makefiles
- emake || die
+ emake -j1 || die
}
src_install() {