summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2003-10-31 02:48:08 +0000
committerAron Griffis <agriffis@gentoo.org>2003-10-31 02:48:08 +0000
commit39627ede0d1a442937552a582eb35e1a0c68284c (patch)
treea99b8c8c79006a66a2856babbda664f865e7231a /eclass/vim-plugin.eclass
parentadd zoomwin plugin for bug 32332 (diff)
downloadgentoo-2-39627ede0d1a442937552a582eb35e1a0c68284c.tar.gz
gentoo-2-39627ede0d1a442937552a582eb35e1a0c68284c.tar.bz2
gentoo-2-39627ede0d1a442937552a582eb35e1a0c68284c.zip
add kvim to vim-plugin.eclass
Diffstat (limited to 'eclass/vim-plugin.eclass')
-rw-r--r--eclass/vim-plugin.eclass6
1 files changed, 4 insertions, 2 deletions
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
index b16978fde93d..95a17900626d 100644
--- a/eclass/vim-plugin.eclass
+++ b/eclass/vim-plugin.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.3 2003/08/22 16:03:07 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/vim-plugin.eclass,v 1.4 2003/10/31 02:48:08 agriffis Exp $
#
# This eclass simplifies installation of app-vim plugins into
# /usr/share/vim/vimfiles. This is a version-independent directory
@@ -13,7 +13,9 @@ INHERITED="${INHERITED} ${ECLASS}"
EXPORT_FUNCTIONS src_install pkg_postinst pkg_postrm
IUSE=""
-DEPEND="|| ( >=app-editors/vim-6.2 >=app-editors/gvim-6.2 )"
+DEPEND="|| ( >=app-editors/vim-6.2
+ >=app-editors/gvim-6.2
+ >=app-editors/kvim-6.2 )"
RDEPEND="${DEPEND}"
SRC_URI="mirror://gentoo/${P}.tar.bz2"
SLOT="0"