summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAli Polatel <hawking@gentoo.org>2007-11-07 15:01:18 +0000
committerAli Polatel <hawking@gentoo.org>2007-11-07 15:01:18 +0000
commit855bc2c3dad57805cb44c175b41f5eb074545f45 (patch)
treea46d7f3ddc703960e31cfc2bbcf41eea559949d2 /eclass
parentNo need for pkg_preinst any more. (diff)
downloadhistorical-855bc2c3dad57805cb44c175b41f5eb074545f45.tar.gz
historical-855bc2c3dad57805cb44c175b41f5eb074545f45.tar.bz2
historical-855bc2c3dad57805cb44c175b41f5eb074545f45.zip
fixed parsing Subject: of vim patch mails
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass
index 917a6f14b34c..b8a87fcb86ce 100644
--- a/eclass/vim.eclass
+++ b/eclass/vim.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.167 2007/09/27 09:32:21 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.168 2007/11/07 15:01:18 hawking Exp $
# Authors:
# Ryan Phillips <rphillips@gentoo.org>
@@ -161,7 +161,7 @@ apply_vim_patches() {
p=${WORKDIR}/${VIM_ORG_PATCHES%.tar*}.patch
ls ${WORKDIR}/vimpatches | sort | \
while read f; do gzip -dc ${WORKDIR}/vimpatches/${f}; done | gawk '
- /^Subject: Patch/ {
+ /^Subject: [Pp]atch/ {
if (patchnum) {printf "\n" >"/dev/stderr"}
patchnum = $3
printf "%s:", patchnum >"/dev/stderr"