diff options
author | Jory Pratt <anarchy@gentoo.org> | 2010-10-03 15:10:07 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2010-10-03 15:10:07 +0000 |
commit | 8214b2d4a31865b3b393c00f6afa5f71fc1079ba (patch) | |
tree | 228e2081d859c2e5762c3b5a50e53ad81bad30a7 /www-client/icecat | |
parent | ia64/m68k/s390/sh/sparc stable wrt #323703 (diff) | |
download | historical-8214b2d4a31865b3b393c00f6afa5f71fc1079ba.tar.gz historical-8214b2d4a31865b3b393c00f6afa5f71fc1079ba.tar.bz2 historical-8214b2d4a31865b3b393c00f6afa5f71fc1079ba.zip |
Fix bug #339513, thanks William Throwe
Package-Manager: portage-2.1.9.13/cvs/Linux x86_64
Diffstat (limited to 'www-client/icecat')
-rw-r--r-- | www-client/icecat/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/icecat/icecat-3.6.9-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index 63562b6cc6ff..b740ad78fdd2 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/icecat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.46 2010/09/19 20:17:13 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.47 2010/10/03 15:10:07 anarchy Exp $ + + 03 Oct 2010; Jory A. Pratt <anarchy@gentoo.org> icecat-3.6.9-r1.ebuild: + Fix bug #339513, thanks William Throwe *icecat-3.6.9-r1 (19 Sep 2010) diff --git a/www-client/icecat/icecat-3.6.9-r1.ebuild b/www-client/icecat/icecat-3.6.9-r1.ebuild index 3d854ea71f2e..7e402e31b0e7 100644 --- a/www-client/icecat/icecat-3.6.9-r1.ebuild +++ b/www-client/icecat/icecat-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/icecat/icecat-3.6.9-r1.ebuild,v 1.1 2010/09/19 20:17:13 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.9-r1.ebuild,v 1.2 2010/10/03 15:10:07 anarchy Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -63,7 +63,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 ) |