diff options
author | Jory Pratt <anarchy@gentoo.org> | 2009-11-04 14:19:24 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2009-11-04 14:19:24 +0000 |
commit | e01a457d81405c694ee42927edb9b28d5a2052e2 (patch) | |
tree | 06523042a38c15cb3428a78295804923390626de /www-client/icecat | |
parent | apply patch in topsrc dir bug #291797 (diff) | |
download | gentoo-2-e01a457d81405c694ee42927edb9b28d5a2052e2.tar.gz gentoo-2-e01a457d81405c694ee42927edb9b28d5a2052e2.tar.bz2 gentoo-2-e01a457d81405c694ee42927edb9b28d5a2052e2.zip |
apply patch in topsrc dir bug #291797
(Portage version: 2.1.7.3/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.5.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index 23dd98714ef2..645432da2a55 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/icecat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.3 2009/10/30 10:28:21 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.4 2009/11/04 14:19:24 anarchy Exp $ + + 04 Nov 2009; Jory A. Pratt <anarchy@gentoo.org> icecat-3.5.4.ebuild: + apply patch in topsrc dir bug #291797 *icecat-3.5.4 (30 Oct 2009) diff --git a/www-client/icecat/icecat-3.5.4.ebuild b/www-client/icecat/icecat-3.5.4.ebuild index db0dfbc9f1bc..414f4be133f7 100644 --- a/www-client/icecat/icecat-3.5.4.ebuild +++ b/www-client/icecat/icecat-3.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.5.4.ebuild,v 1.1 2009/10/30 10:28:21 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-3.5.4.ebuild,v 1.2 2009/11/04 14:19:24 anarchy Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -144,6 +144,7 @@ src_prepare() { eautoreconf # We need to re-patch this because autoreconf overwrites it + cd "${S}" epatch "${FILESDIR}/000_flex-configure-LANG.patch" } |