diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-10-20 16:57:57 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-10-20 16:57:57 +0000 |
commit | a0ba31924ead16ca872e5a1f555e123314f29ddc (patch) | |
tree | 02ea5a82d14692b57f2b304e403aa287cde107f0 /eclass/vim.eclass | |
parent | Add patch to provide strnlen when it does not exists, as one of the last patc... (diff) | |
download | gentoo-2-a0ba31924ead16ca872e5a1f555e123314f29ddc.tar.gz gentoo-2-a0ba31924ead16ca872e5a1f555e123314f29ddc.tar.bz2 gentoo-2-a0ba31924ead16ca872e5a1f555e123314f29ddc.zip |
add in vim7 block for autoalign
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 695d69fc103a..c94923b513aa 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.124 2005/10/09 18:08:50 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.125 2005/10/20 16:57:57 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -125,7 +125,8 @@ if [[ $(get_major_version ) -ge 7 ]] ; then RDEPEND="${RDEPEND} !<app-vim/align-30-r1 !app-vim/vimspell - !<app-vim/vimbuddy-0.9.1-r1" + !<app-vim/vimbuddy-0.9.1-r1 + !app-vim/autoalign" fi fi |