summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2005-03-17 20:47:48 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2005-03-17 20:47:48 +0000
commit001b1be5fa9223ab0c6fab7c338e0ff7aa968cc5 (patch)
tree9565fca5d93ca82f4155682748e0d342a0d2ca92 /eclass/vim-plugin.eclass
parentfix linux-headers-2.6 masking (diff)
downloadhistorical-001b1be5fa9223ab0c6fab7c338e0ff7aa968cc5.tar.gz
historical-001b1be5fa9223ab0c6fab7c338e0ff7aa968cc5.tar.bz2
historical-001b1be5fa9223ab0c6fab7c338e0ff7aa968cc5.zip
fix vim deps. no kvim now, 6.3 needed for some things
Diffstat (limited to 'eclass/vim-plugin.eclass')
-rw-r--r--eclass/vim-plugin.eclass7
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"