summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2010-08-22 15:51:16 +0000
committerJory Pratt <anarchy@gentoo.org>2010-08-22 15:51:16 +0000
commit2d21c3c192b360d2eee174acbfb4d7cd28dd0aac (patch)
tree8fcb88f0cbcf3be5b5c96ee6fa892408d105492a /mail-client
parentClean up old revisions. (diff)
downloadgentoo-2-2d21c3c192b360d2eee174acbfb4d7cd28dd0aac.tar.gz
gentoo-2-2d21c3c192b360d2eee174acbfb4d7cd28dd0aac.tar.bz2
gentoo-2-2d21c3c192b360d2eee174acbfb4d7cd28dd0aac.zip
enable epatch_user to ensure user does not have to modify ebuild
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'mail-client')
-rw-r--r--mail-client/thunderbird/ChangeLog5
-rw-r--r--mail-client/thunderbird/thunderbird-3.1.2.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/mail-client/thunderbird/ChangeLog b/mail-client/thunderbird/ChangeLog
index 73079fa84e9c..2cf6e1620639 100644
--- a/mail-client/thunderbird/ChangeLog
+++ b/mail-client/thunderbird/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-client/thunderbird
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.28 2010/08/10 15:56:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/ChangeLog,v 1.29 2010/08/22 15:51:16 anarchy Exp $
+
+ 22 Aug 2010; Jory A. Pratt <anarchy@gentoo.org> thunderbird-3.1.2.ebuild:
+ enable epatch_user to ensure user does not have to modify ebuild
10 Aug 2010; Brent Baude <ranger@gentoo.org> thunderbird-3.1.1.ebuild:
Marking thunderbird-3.1.1 ppc64 for bug 329279
diff --git a/mail-client/thunderbird/thunderbird-3.1.2.ebuild b/mail-client/thunderbird/thunderbird-3.1.2.ebuild
index ef27acee5f1b..7f47caaa2058 100644
--- a/mail-client/thunderbird/thunderbird-3.1.2.ebuild
+++ b/mail-client/thunderbird/thunderbird-3.1.2.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/mail-client/thunderbird/thunderbird-3.1.2.ebuild,v 1.1 2010/08/06 12:45:59 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/thunderbird/thunderbird-3.1.2.ebuild,v 1.2 2010/08/22 15:51:16 anarchy Exp $
EAPI="3"
WANT_AUTOCONF="2.1"
@@ -115,6 +115,9 @@ src_prepare() {
EPATCH_FORCE="yes" \
epatch "${WORKDIR}"
+ # Allow user to apply any additional patches without modifing ebuild
+ epatch_user
+
eautoreconf
cd mozilla