diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-21 18:00:16 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-21 18:00:16 +0000 |
commit | a351bc15d7acdf1e53025d6587230d19c25f0244 (patch) | |
tree | 5da103df34b80aa71a4873430361bb7437ac7a43 /eclass/vim.eclass | |
parent | vim7 spell support (diff) | |
download | gentoo-2-a351bc15d7acdf1e53025d6587230d19c25f0244.tar.gz gentoo-2-a351bc15d7acdf1e53025d6587230d19c25f0244.tar.bz2 gentoo-2-a351bc15d7acdf1e53025d6587230d19c25f0244.zip |
vim7 blocks vimspell now that we have a real spellchecker
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 280d1e457e8d..1eb2ed685ce7 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.102 2005/03/21 17:59:26 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.103 2005/03/21 18:00:16 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -110,7 +110,8 @@ if [[ $(get_major_version ) -ge 7 ]] ; then # align: bug 79982 RDEPEND="${RDEPEND} !<app-vim/align-30-r1 - !app-vim/latexsuite" + !app-vim/latexsuite + !app-vim/vimspell" fi fi |