diff options
Diffstat (limited to 'app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild')
-rw-r--r-- | app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild index b873e3489611..1c66f125292a 100644 --- a/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild +++ b/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild,v 1.8 2006/11/23 08:15:13 wormo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/bnf-syntax/bnf-syntax-1.2-r1.ebuild,v 1.9 2007/07/11 05:14:07 mr_bones_ Exp $ inherit vim-plugin @@ -19,4 +19,3 @@ src_unpack() { # fix hi link to use def, bug #101790. sed -i -e 's,hi link,hi def link,g' syntax/bnf.vim || die "sed failed" } - |