diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-09-10 13:58:21 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-09-10 13:58:21 +0000 |
commit | 598f2e43a393502a2cb854c80fbe41614831a503 (patch) | |
tree | 74510c100fee0b25235650d79d4db5483f7a8753 /eclass/vim.eclass | |
parent | Version bump. Closes #26870 (diff) | |
download | gentoo-2-598f2e43a393502a2cb854c80fbe41614831a503.tar.gz gentoo-2-598f2e43a393502a2cb854c80fbe41614831a503.tar.bz2 gentoo-2-598f2e43a393502a2cb854c80fbe41614831a503.zip |
fix indentation
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 ff5f184db882..8a6bfd8fb77c 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.37 2003/09/09 21:53:01 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.38 2003/09/10 13:58:21 agriffis Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -25,7 +25,7 @@ if [ ${PN} != vim-core ]; then gpm? ( >=sys-libs/gpm-1.19.3 ) perl? ( dev-lang/perl ) python? ( dev-lang/python )" -# Vim versions after 6.2d should work with Ruby 1.8 because of a local + # Vim versions after 6.2d should work with Ruby 1.8 because of a local # Gentoo patch; working on putting it upstream (22 May 2003 agriffis) if [[ "$PV" < 6.2 || ( "$PV" == 6.2_pre* && "${PV#*pre}" -lt 4 ) ]]; then DEPEND="$DEPEND ruby? ( =dev-lang/ruby-1.6* )" # 1.8 doesn't work |