diff options
-rw-r--r-- | www-client/firefox/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/firefox/firefox-3.6.9-r1.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 5334afd8a0e8..8293d2d43ebb 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for www-client/firefox # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.15 2010/09/16 12:03:09 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.16 2010/10/03 15:09:24 anarchy Exp $ + + 03 Oct 2010; Jory A. Pratt <anarchy@gentoo.org> firefox-3.6.9-r1.ebuild: + Fix bug #339513, thanks William Throwe *firefox-3.6.9-r1 (16 Sep 2010) - 16 Sep 2010; Jory A. Pratt <bambam@gentoo.org> +firefox-3.6.9-r1.ebuild, + 16 Sep 2010; Jory A. Pratt <anarchy@gentoo.org> +firefox-3.6.9-r1.ebuild, +files/fix_blocklist_support.patch: Fix blocklist for proper version diff --git a/www-client/firefox/firefox-3.6.9-r1.ebuild b/www-client/firefox/firefox-3.6.9-r1.ebuild index 332004007fa6..d2be2abbcc21 100644 --- a/www-client/firefox/firefox-3.6.9-r1.ebuild +++ b/www-client/firefox/firefox-3.6.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-3.6.9-r1.ebuild,v 1.1 2010/09/16 12:03:09 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-3.6.9-r1.ebuild,v 1.2 2010/10/03 15:09:24 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -59,7 +59,7 @@ RDEPEND=" wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 ) cups? ( net-print/cups[gnutls] ) - ~net-libs/xulrunner-${XUL_PV}[ipc=,java=,wifi=,libnotify=,system-sqlite=]" + ~net-libs/xulrunner-${XUL_PV}[ipc=,java=,wifi=,libnotify=,system-sqlite=,cups=]" DEPEND="${RDEPEND} java? ( >=virtual/jdk-1.4 ) |