Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32328 - vim-plugin eclass doesn't know about kvim
Summary: vim-plugin eclass doesn't know about kvim
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Aron Griffis (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-30 05:42 UTC by Ciaran McCreesh
Modified: 2003-10-30 18:48 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ciaran McCreesh 2003-10-30 05:42:19 UTC
The vim-plugin eclass currently uses the following for DEPEND:

DEPEND="|| ( >=app-editors/vim-6.2 >=app-editors/gvim-6.2 )"

However, there's also a kvim which is fine with plugins. I suggest changing the DEPEND to:

DEPEND="|| ( >=app-editors/vim-6.2 >=app-editors/gvim-6.2 >=app-editors/kvim-6.2 )"

Or maybe have a virtual/vim?
Comment 1 Aron Griffis (RETIRED) gentoo-dev 2003-10-30 18:48:24 UTC
Nah, I don't think we need a virtual/vim.  I just added kvim to the eclass.
 Thanks.