summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2009-11-04 14:12:30 +0000
committerJory Pratt <anarchy@gentoo.org>2009-11-04 14:12:30 +0000
commite4b3532fb1a61190947ce7c402a419ee1d97b61b (patch)
treeb188bf58a867a6172048bde0cc0ed2fe6e0dbe1e /net-libs
parentRemoving old versions (diff)
downloadgentoo-2-e4b3532fb1a61190947ce7c402a419ee1d97b61b.tar.gz
gentoo-2-e4b3532fb1a61190947ce7c402a419ee1d97b61b.tar.bz2
gentoo-2-e4b3532fb1a61190947ce7c402a419ee1d97b61b.zip
apply lang patch in topsrc dir bug #291797
(Portage version: 2.1.7.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xulrunner/ChangeLog5
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.1.4.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index 7dd91f584ffb..e822d73c8aba 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.266 2009/11/04 14:08:09 tanderson Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.267 2009/11/04 14:12:30 anarchy Exp $
+
+ 04 Nov 2009; Jory A. Pratt <anarchy@gentoo.org> xulrunner-1.9.1.4.ebuild:
+ apply patch in topsrc dir bug #291797
04 Nov 2009; Thomas Anderson <tanderson@gentoo.org>
xulrunner-1.9.1.4.ebuild:
diff --git a/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild b/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild
index 3bcefa14bd5f..df142cea9f88 100644
--- a/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.1.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/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild,v 1.7 2009/11/04 14:08:09 tanderson Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.4.ebuild,v 1.8 2009/11/04 14:12:30 anarchy Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -93,6 +93,7 @@ src_prepare() {
# Patch in support to reset all LANG variables to C
# Do NOT add to patchset as it must be applied after eautoreconf
+ cd "${S}"
epatch "${FILESDIR}/000_flex-configure-LANG.patch"
}