diff options
author | 2011-06-23 11:13:10 +0000 | |
---|---|---|
committer | 2011-06-23 11:13:10 +0000 | |
commit | b292239e5f55a15184e7bce274c76dc279fa5b34 (patch) | |
tree | 85c904c02041c9dd6dab6ac877b96667a2176461 /www-client/icecat | |
parent | Security bump (diff) | |
download | gentoo-2-b292239e5f55a15184e7bce274c76dc279fa5b34.tar.gz gentoo-2-b292239e5f55a15184e7bce274c76dc279fa5b34.tar.bz2 gentoo-2-b292239e5f55a15184e7bce274c76dc279fa5b34.zip |
Fixed dependecy on xulrunner
(Portage version: 2.2.0_alpha41/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.16-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index b7d60c7dc9fa..0a0c01799fef 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.89 2011/06/23 11:08:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.90 2011/06/23 11:13:10 polynomial-c Exp $ + + 23 Jun 2011; Lars Wendler <polynomial-c@gentoo.org> icecat-3.6.16-r2.ebuild: + Fixed dependecy on xulrunner. *icecat-3.6.16-r2 (23 Jun 2011) diff --git a/www-client/icecat/icecat-3.6.16-r2.ebuild b/www-client/icecat/icecat-3.6.16-r2.ebuild index 6f31576a3171..9117a67841e4 100644 --- a/www-client/icecat/icecat-3.6.16-r2.ebuild +++ b/www-client/icecat/icecat-3.6.16-r2.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-3.6.16-r2.ebuild,v 1.1 2011/06/23 11:08:56 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.16-r2.ebuild,v 1.2 2011/06/23 11:13:10 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -19,7 +19,7 @@ MAJ_PV="${PV/_*/}" # Without the _rc and _beta stuff DESKTOP_PV="3.6" MY_PV="${PV/_rc/rc}" # Handle beta for SRC_URI #XUL_PV="${MAJ_XUL_PV}${MAJ_PV/${DESKTOP_PV}/}" # Major + Minor version no.s -XUL_PV="${MAJ_XUL_PV}.17" +XUL_PV="${MAJ_XUL_PV}.18" FIREFOX_PN="firefox" FIREFOX_P="${FIREFOX_PN}-${PV}" PATCH="${FIREFOX_PN}-3.6-patches-0.4" |