diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2012-07-18 13:32:41 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2012-07-18 13:32:41 +0000 |
commit | 637ff9e4aff91a732080420020b4ea8395eb149b (patch) | |
tree | c0000df65dff33023f9ae1a1b08a439db9c1a78a /www-client/seamonkey | |
parent | Stable ppc/ppc64, bug #427044 (diff) | |
download | gentoo-2-637ff9e4aff91a732080420020b4ea8395eb149b.tar.gz gentoo-2-637ff9e4aff91a732080420020b4ea8395eb149b.tar.bz2 gentoo-2-637ff9e4aff91a732080420020b4ea8395eb149b.zip |
Use latest stable ff patchset
(Portage version: 2.2.0_alpha119/cvs/Linux x86_64)
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.11.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index 3a59b4eb20d8..75ebe8a570e3 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.398 2012/07/18 00:25:59 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.399 2012/07/18 13:32:41 polynomial-c Exp $ + + 18 Jul 2012; Lars Wendler <polynomial-c@gentoo.org> seamonkey-2.11.ebuild: + Use latest stable ff patchset. 18 Jul 2012; Jory A. Pratt <anarchy@gentoo.org> seamonkey-2.11.ebuild: Remove libvpx hack, mozconfig-3 updated to support pkg-config diff --git a/www-client/seamonkey/seamonkey-2.11.ebuild b/www-client/seamonkey/seamonkey-2.11.ebuild index ba188dc8f4e0..f4614596b92f 100644 --- a/www-client/seamonkey/seamonkey-2.11.ebuild +++ b/www-client/seamonkey/seamonkey-2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.11.ebuild,v 1.3 2012/07/18 00:25:59 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.11.ebuild,v 1.4 2012/07/18 13:32:41 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -27,7 +27,7 @@ fi inherit flag-o-matic toolchain-funcs eutils mozconfig-3 multilib pax-utils fdo-mime autotools mozextension python nsplugins mozlinguas -PATCHFF="firefox-14.0-patches-0.4" +PATCHFF="firefox-14.0-patches-0.3" PATCH="${PN}-2.7-patches-03" EMVER="1.4.3" @@ -110,8 +110,7 @@ src_prepare() { # browser patches go here pushd "${S}"/mozilla &>/dev/null || die - EPATCH_EXCLUDE="2000-firefox_gentoo_install_dirs.patch - 6010_fix_build_issue_on_x32.patch" \ + EPATCH_EXCLUDE="2000-firefox_gentoo_install_dirs.patch" \ EPATCH_SUFFIX="patch" \ EPATCH_FORCE="yes" \ epatch "${WORKDIR}/firefox" |