summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-07-18 17:52:54 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-07-18 17:52:54 +0000
commit974da1ea45d11eb004e235b24642491d0eccc6ba (patch)
tree8d8a0bab49868006355a50d24f13494f5ea9cf31 /net-libs
parentRemove useless edit_makefiles (diff)
downloadgentoo-2-974da1ea45d11eb004e235b24642491d0eccc6ba.tar.gz
gentoo-2-974da1ea45d11eb004e235b24642491d0eccc6ba.tar.bz2
gentoo-2-974da1ea45d11eb004e235b24642491d0eccc6ba.zip
Remove useless edit_makefiles
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xulrunner/ChangeLog5
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.0.1.ebuild6
2 files changed, 5 insertions, 6 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index 9647ab290c49..abe88f3f1c3f 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.134 2008/07/18 09:20:33 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.135 2008/07/18 17:52:54 armin76 Exp $
+
+ 18 Jul 2008; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.0.1.ebuild:
+ Remove useless edit_makefiles
18 Jul 2008; Christian Faulhammer <opfer@gentoo.org>
xulrunner-1.8.1.16.ebuild:
diff --git a/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild b/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild
index a73ad6968ae2..459e3b3c6680 100644
--- a/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.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/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild,v 1.1 2008/07/17 13:41:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.1.ebuild,v 1.2 2008/07/18 17:52:54 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -139,10 +139,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
-
emake || die "emake failed"
}