diff options
Diffstat (limited to 'net-libs/xulrunner/xulrunner-1.9.2.4.ebuild')
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.2.4.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-libs/xulrunner/xulrunner-1.9.2.4.ebuild b/net-libs/xulrunner/xulrunner-1.9.2.4.ebuild index ba404b95260f..dfbc5fe2ad4a 100644 --- a/net-libs/xulrunner/xulrunner-1.9.2.4.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.2.4.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/net-libs/xulrunner/xulrunner-1.9.2.4.ebuild,v 1.6 2010/07/08 20:08:24 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.4.ebuild,v 1.7 2010/07/11 12:30:16 nirbheek Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -77,6 +77,9 @@ src_prepare() { # Ensure we find myspell dict. epatch "${FILESDIR}/1002_fix-system-hunspell-dict-detections.patch" + # ARM fixes, bug 327783 + epatch "${FILESDIR}/${PN}-1.9.2-arm-fixes.patch" + # Allow user to apply additional patches without modifing ebuild epatch_user |