diff options
author | 2010-12-14 11:12:56 +0000 | |
---|---|---|
committer | 2010-12-14 11:12:56 +0000 | |
commit | 1e470dff82bc53ade78be9b1f67943d2ca000c16 (patch) | |
tree | 942f971ccb2e2d88ced10b31adffa21335527e35 /www-client | |
parent | stable x86, bug 347113 (diff) | |
download | gentoo-2-1e470dff82bc53ade78be9b1f67943d2ca000c16.tar.gz gentoo-2-1e470dff82bc53ade78be9b1f67943d2ca000c16.tar.bz2 gentoo-2-1e470dff82bc53ade78be9b1f67943d2ca000c16.zip |
Switched to correct patchset.
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/icecat/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/icecat/icecat-3.6.13.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index 49ff498b9297..e48da40f1a56 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.59 2010/12/14 10:33:28 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.60 2010/12/14 11:12:56 polynomial-c Exp $ + + 14 Dec 2010; Lars Wendler <polynomial-c@gentoo.org> icecat-3.6.13.ebuild: + Switched to correct patchset. *icecat-3.6.13 (14 Dec 2010) diff --git a/www-client/icecat/icecat-3.6.13.ebuild b/www-client/icecat/icecat-3.6.13.ebuild index 4a627f5f87dd..b0934732a38a 100644 --- a/www-client/icecat/icecat-3.6.13.ebuild +++ b/www-client/icecat/icecat-3.6.13.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.13.ebuild,v 1.1 2010/12/14 10:33:28 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.6.13.ebuild,v 1.2 2010/12/14 11:12:56 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -21,7 +21,7 @@ MY_PV="${PV/_rc/rc}" # Handle beta for SRC_URI XUL_PV="${MAJ_XUL_PV}${MAJ_PV/${DESKTOP_PV}/}" # Major + Minor version no.s FIREFOX_PN="firefox" FIREFOX_P="${FIREFOX_PN}-${PV}" -PATCH="${FIREFOX_PN}-3.6-patches-0.2" +PATCH="${FIREFOX_PN}-3.6-patches-0.4" DESCRIPTION="GNU project's edition of Mozilla Firefox" HOMEPAGE="http://www.gnu.org/software/gnuzilla/" @@ -134,8 +134,6 @@ src_prepare() { EPATCH_FORCE="yes" \ epatch "${WORKDIR}" - epatch "${FILESDIR}/xulrunner-1.9.2-gtk+-2.21.patch" - # Fix rebranding sed -i 's|\$(DIST)/bin/firefox|\$(DIST)/bin/icecat|' browser/app/Makefile.in |