summaryrefslogtreecommitdiff
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
commitf6f2fd4b47fa1d2b6fc4f2f13c4bccff1e8972a0 (patch)
treef8d07bb2df9b9b0c692690474c9e683df8c1cefc /eclass/vim.eclass
parentNo need for pkg_preinst any more. (diff)
downloadgentoo-2-f6f2fd4b47fa1d2b6fc4f2f13c4bccff1e8972a0.tar.gz
gentoo-2-f6f2fd4b47fa1d2b6fc4f2f13c4bccff1e8972a0.tar.bz2
gentoo-2-f6f2fd4b47fa1d2b6fc4f2f13c4bccff1e8972a0.zip
fixed parsing Subject: of vim patch mails
Diffstat (limited to 'eclass/vim.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"