summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-26 01:42:10 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-26 01:42:10 +0000
commit907e2d5d2f700c44f146cab6f5a349f34a44b1a3 (patch)
tree19e0c00a654209b000f4c98dc2f04b23a68b2dfa /net-www
parentremoved RDEPEND=DEPEND line (diff)
downloadhistorical-907e2d5d2f700c44f146cab6f5a349f34a44b1a3.tar.gz
historical-907e2d5d2f700c44f146cab6f5a349f34a44b1a3.tar.bz2
historical-907e2d5d2f700c44f146cab6f5a349f34a44b1a3.zip
Fix bug 54519: stop using get_number_of_jobs
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mozilla/ChangeLog5
-rw-r--r--net-www/mozilla/Manifest4
-rw-r--r--net-www/mozilla/mozilla-1.7.ebuild7
3 files changed, 8 insertions, 8 deletions
diff --git a/net-www/mozilla/ChangeLog b/net-www/mozilla/ChangeLog
index 67a68698faa4..cf93109e5274 100644
--- a/net-www/mozilla/ChangeLog
+++ b/net-www/mozilla/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-www/mozilla
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.178 2004/06/25 16:00:39 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/ChangeLog,v 1.179 2004/06/26 01:42:10 agriffis Exp $
+
+ 25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mozilla-1.7.ebuild:
+ Fix bug 54519: stop using get_number_of_jobs
25 Jun 2004; Aron Griffis <agriffis@gentoo.org> mozilla-1.6-r1.ebuild:
QA - fix use invocation
diff --git a/net-www/mozilla/Manifest b/net-www/mozilla/Manifest
index 4abc1a95b0c1..ee322542723b 100644
--- a/net-www/mozilla/Manifest
+++ b/net-www/mozilla/Manifest
@@ -1,6 +1,6 @@
-MD5 376f6dcb3eb9c8bd0eba909552000cee mozilla-1.7.ebuild 16460
+MD5 bca6caf0397a53e5db2b222baaf15eca mozilla-1.7.ebuild 16381
MD5 1e41f8c02054d823209771f1606d0bea mozilla-1.6-r1.ebuild 16989
-MD5 50313c483b02184b8b30e179b83c7ec9 ChangeLog 31587
+MD5 130f3f6d39481f6084c44c0d89bc9370 ChangeLog 31705
MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160
MD5 e816a98fb3581a6d4a050aa4cdf12905 files/mozilla-1.7-amd64.patch 25433
MD5 d0e52abf109fe61c4195f0cbf002ae18 files/google.src 706
diff --git a/net-www/mozilla/mozilla-1.7.ebuild b/net-www/mozilla/mozilla-1.7.ebuild
index 6f4f12f9a2c6..69fdcbf4dc4e 100644
--- a/net-www/mozilla/mozilla-1.7.ebuild
+++ b/net-www/mozilla/mozilla-1.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.ebuild,v 1.5 2004/06/25 01:05:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla/mozilla-1.7.ebuild,v 1.6 2004/06/26 01:42:10 agriffis Exp $
IUSE="java crypt ipv6 gtk2 ssl ldap gnome debug xinerama xprint"
# Internal USE flags that I do not really want to advertise ...
@@ -66,9 +66,6 @@ DEPEND="${RDEPEND}
S="${WORKDIR}/mozilla"
pkg_setup() {
- # Set MAKEOPTS to have proper -j? option ..
- get_number_of_jobs
-
# needed by src_compile() and src_install()
export MOZILLA_OFFICIAL=1
export BUILD_OFFICIAL=1
@@ -367,7 +364,7 @@ src_compile() {
${myconf} || die
einfo "Building Mozilla..."
- make MAKE="emake" WORKDIR="${WORKDIR}" || die
+ make WORKDIR="${WORKDIR}" || die
####################################
#