diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-17 20:47:48 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-03-17 20:47:48 +0000 |
commit | 293360798ae1db43e9917c8d25e29c4c74459f4d (patch) | |
tree | 3e72bb9ddaf8484158f5d20d75d5b42ec27a7926 /eclass | |
parent | fix linux-headers-2.6 masking (diff) | |
download | gentoo-2-293360798ae1db43e9917c8d25e29c4c74459f4d.tar.gz gentoo-2-293360798ae1db43e9917c8d25e29c4c74459f4d.tar.bz2 gentoo-2-293360798ae1db43e9917c8d25e29c4c74459f4d.zip |
fix vim deps. no kvim now, 6.3 needed for some things
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim-plugin.eclass | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index e9bee246513c..522c82412909 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.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-plugin.eclass,v 1.10 2005/01/05 04:09:34 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.11 2005/03/17 20:47:48 ciaranm Exp $ # # This eclass simplifies installation of app-vim plugins into # /usr/share/vim/vimfiles. This is a version-independent directory @@ -13,9 +13,8 @@ INHERITED="${INHERITED} ${ECLASS}" EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm IUSE="" -DEPEND="|| ( >=app-editors/vim-6.2 - >=app-editors/gvim-6.2 - >=app-editors/kvim-6.2 )" +DEPEND="|| ( >=app-editors/vim-6.3 + >=app-editors/gvim-6.3 )" RDEPEND="${DEPEND}" SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" |