summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2010-04-18 16:03:09 +0000
committerJory Pratt <anarchy@gentoo.org>2010-04-18 16:03:09 +0000
commit8c80ba4565e740108178084a2c22ac8a43ca4d03 (patch)
treee154d01617f6acedad8b2ea9ce9f350d1ab58f74 /net-libs/xulrunner
parentppc stable #308379 (diff)
downloadgentoo-2-8c80ba4565e740108178084a2c22ac8a43ca4d03.tar.gz
gentoo-2-8c80ba4565e740108178084a2c22ac8a43ca4d03.tar.bz2
gentoo-2-8c80ba4565e740108178084a2c22ac8a43ca4d03.zip
make use of epatch_user
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/xulrunner')
-rw-r--r--net-libs/xulrunner/ChangeLog5
-rw-r--r--net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index 1939df02adec..880b37e4909b 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.308 2010/04/11 21:13:09 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.309 2010/04/18 16:03:09 anarchy Exp $
+
+ 18 Apr 2010; <anarchy@gentoo.org> xulrunner-1.9.2.3-r1.ebuild:
+ make use of epatch_user
11 Apr 2010; <anarchy@gentoo.org> xulrunner-1.9.2.3-r1.ebuild:
register javaxpcom jni lib, bug#309337
diff --git a/net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild b/net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild
index c08e115d9fe7..305f5f1e9867 100644
--- a/net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9.2.3-r1.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.3-r1.ebuild,v 1.2 2010/04/11 21:13:09 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild,v 1.3 2010/04/18 16:03:09 anarchy Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -74,6 +74,9 @@ src_prepare() {
# Ensure we find myspell dict.
epatch "${FILESDIR}/1002_fix-system-hunspell-dict-detections.patch"
+ # Allow user to apply additional patches without modifing ebuild
+ epatch_user
+
# Same as in config/autoconf.mk.in
MOZLIBDIR="/usr/$(get_libdir)/${PN}-${MAJ_PV}"
SDKDIR="/usr/$(get_libdir)/${PN}-devel-${MAJ_PV}/sdk"