diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-16 04:21:05 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-16 04:21:05 +0000 |
commit | d01afc922f46183776b16fb1247a0345e2a1b203 (patch) | |
tree | cc1b349930709e9d8e685134535c8d38983712c9 /eclass/vim.eclass | |
parent | version bump (diff) | |
download | historical-d01afc922f46183776b16fb1247a0345e2a1b203.tar.gz historical-d01afc922f46183776b16fb1247a0345e2a1b203.tar.bz2 historical-d01afc922f46183776b16fb1247a0345e2a1b203.zip |
syntax fix
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 4b9caeb4000b..c4b933cf6f1a 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.14 2003/03/16 03:16:50 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.15 2003/03/16 04:21:05 seemant Exp $ # # Author Ryan Phillips <rphillips@gentoo.org> # Modified by: Seemant Kulleen <seemant@gentoo.org> @@ -55,7 +55,7 @@ fi mirror://gentoo/vim-${PV}-patches-001-${VIMPATCH}.tar.bz2" SRC_URI="${SRC_URI} - mirror://vim-${PV}-gentoo-patches.tar.bz2 + mirror://vim-${PV}-gentoo-patches.tar.bz2" LANG="vim-${vim_version}-lang.tar.gz" if [ ! -z "${LANG}" ]; then |