summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-03-21 18:00:16 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-03-21 18:00:16 +0000
commite9abd6208bc709852d0039340ea42124eb102764 (patch)
treee015ebdde97bbfe7524a37b0c5b7dd509dcacde0 /eclass
parentvim7 spell support (diff)
downloadhistorical-e9abd6208bc709852d0039340ea42124eb102764.tar.gz
historical-e9abd6208bc709852d0039340ea42124eb102764.tar.bz2
historical-e9abd6208bc709852d0039340ea42124eb102764.zip
vim7 blocks vimspell now that we have a real spellchecker
Diffstat (limited to 'eclass')
-rw-r--r--eclass/vim.eclass5
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