summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-07-18 17:51:09 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-07-18 17:51:09 +0000
commit264c84179e57e877d636e4833770ff82d5cf05ef (patch)
tree726f99ab0f5814eef9f282dcb8a038787566c636 /www-client
parentamd64 stable, bug #214898 (diff)
downloadgentoo-2-264c84179e57e877d636e4833770ff82d5cf05ef.tar.gz
gentoo-2-264c84179e57e877d636e4833770ff82d5cf05ef.tar.bz2
gentoo-2-264c84179e57e877d636e4833770ff82d5cf05ef.zip
Remove useless edit_makefiles
(Portage version: 2.1.4.4)
Diffstat (limited to 'www-client')
-rw-r--r--www-client/mozilla-firefox/ChangeLog6
-rw-r--r--www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild6
2 files changed, 6 insertions, 6 deletions
diff --git a/www-client/mozilla-firefox/ChangeLog b/www-client/mozilla-firefox/ChangeLog
index 29ad910cc4da..03a0eaf8531e 100644
--- a/www-client/mozilla-firefox/ChangeLog
+++ b/www-client/mozilla-firefox/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-client/mozilla-firefox
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.430 2008/07/18 09:14:13 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.431 2008/07/18 17:51:09 armin76 Exp $
+
+ 18 Jul 2008; Raúl Porcel <armin76@gentoo.org>
+ mozilla-firefox-3.0.1.ebuild:
+ Remove useless edit_makefiles
18 Jul 2008; Christian Faulhammer <opfer@gentoo.org>
mozilla-firefox-2.0.0.16.ebuild:
diff --git a/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild b/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild
index 14a5a5f75e88..3872a1606903 100644
--- a/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild
+++ b/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild,v 1.2 2008/07/17 15:53:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.1.ebuild,v 1.3 2008/07/18 17:51:09 armin76 Exp $
EAPI="1"
WANT_AUTOCONF="2.1"
@@ -221,10 +221,6 @@ src_compile() {
"${S}"/config/autoconf.mk \
"${S}"/toolkit/content/buildconfig.html
- # This removes extraneous CFLAGS from the Makefiles to reduce RAM
- # requirements while compiling
- edit_makefiles
-
# Should the build use multiprocessing? Not enabled by default, as it tends to break
[ "${WANT_MP}" = "true" ] && jobs=${MAKEOPTS} || jobs="-j1"
emake ${jobs} || die