diff options
Diffstat (limited to 'www-client/icecat')
-rw-r--r-- | www-client/icecat/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/icecat/icecat-4.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index 8ffe094c4306..e3836b8d168f 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/icecat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.77 2011/04/14 13:13:59 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.78 2011/04/17 23:51:42 anarchy Exp $ + + 17 Apr 2011; Jory A. Pratt <anarchy@gentoo.org> icecat-4.0.ebuild: + Remove the unused gconf use_enable, bug #363865 *icecat-4.0 (14 Apr 2011) diff --git a/www-client/icecat/icecat-4.0.ebuild b/www-client/icecat/icecat-4.0.ebuild index 73b41924d80c..701955f5ae97 100644 --- a/www-client/icecat/icecat-4.0.ebuild +++ b/www-client/icecat/icecat-4.0.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/icecat/icecat-4.0.ebuild,v 1.1 2011/04/14 13:13:59 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-4.0.ebuild,v 1.2 2011/04/17 23:51:42 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -177,7 +177,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 |