diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-04-17 23:50:33 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-04-17 23:50:33 +0000 |
commit | cddaae6f3800b09fe42d21a57696e8bb7b5a90f0 (patch) | |
tree | 81fce9b489051e7ec4e10d1f52f23891824474d4 /www-client/firefox | |
parent | Update patchset to support libpng-1.5 and gcc-4.6 (diff) | |
download | gentoo-2-cddaae6f3800b09fe42d21a57696e8bb7b5a90f0.tar.gz gentoo-2-cddaae6f3800b09fe42d21a57696e8bb7b5a90f0.tar.bz2 gentoo-2-cddaae6f3800b09fe42d21a57696e8bb7b5a90f0.zip |
Remove unused gconf use_enable bug #363865
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-4.0-r3.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index f6ee433c84d3..8baff60aee73 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.60 2011/04/10 11:29:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.61 2011/04/17 23:50:33 anarchy Exp $ + + 17 Apr 2011; Jory A. Pratt <anarchy@gentoo.org> firefox-4.0-r3.ebuild: + Remove the unused gconf use_enable, bug #363865 10 Apr 2011; Raúl Porcel <armin76@gentoo.org> firefox-3.6.16.ebuild: alpha/ia64 stable wrt #360055 diff --git a/www-client/firefox/firefox-4.0-r3.ebuild b/www-client/firefox/firefox-4.0-r3.ebuild index 26b37459f43a..99249a8c672e 100644 --- a/www-client/firefox/firefox-4.0-r3.ebuild +++ b/www-client/firefox/firefox-4.0-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-4.0-r3.ebuild,v 1.1 2011/04/04 02:13:09 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-4.0-r3.ebuild,v 1.2 2011/04/17 23:50:33 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -175,7 +175,6 @@ src_configure() { mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} mozconfig_use_enable system-sqlite - mozconfig_use_enable gconf # Finalize and report settings mozconfig_final |