diff options
author | Tom Martin <slarti@gentoo.org> | 2005-06-23 19:02:39 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2005-06-23 19:02:39 +0000 |
commit | 48c47c9373824e2eadae6c9c5c375d595a815591 (patch) | |
tree | 91d2742e5929113a53c87dde6e8b9f8a06f3ff25 /eclass | |
parent | new (diff) | |
download | gentoo-2-48c47c9373824e2eadae6c9c5c375d595a815591.tar.gz gentoo-2-48c47c9373824e2eadae6c9c5c375d595a815591.tar.bz2 gentoo-2-48c47c9373824e2eadae6c9c5c375d595a815591.zip |
add block for <app-vim/align-0.9.1-r1 with vim7.
Diffstat (limited to '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 d36c5827dd74..72d45d7e8142 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.109 2005/06/01 15:16:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.110 2005/06/23 19:02:39 slarti Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -117,7 +117,8 @@ if [[ $(get_major_version ) -ge 7 ]] ; then RDEPEND="${RDEPEND} !<app-vim/align-30-r1 !app-vim/latexsuite - !app-vim/vimspell" + !app-vim/vimspell + !<app-vim/vimbuddy-0.9.1-r1" fi fi |