eclass/vim-plugin: Sync with Gentoo

It's from Gentoo commit 46eac0f4c0fe74ae74f7a7e1f27008880f3c6345.
This commit is contained in:
Flatcar Buildbot 2023-03-27 07:23:43 +00:00
parent e1ae5ab10f
commit f5a300842a

View File

@ -27,7 +27,7 @@ inherit vim-doc
# @ECLASS_VARIABLE: VIM_PLUGIN_VIM_VERSION
# @DESCRIPTION:
# Minimum Vim version the plugin supports.
: ${VIM_PLUGIN_VIM_VERSION:=7.3}
: "${VIM_PLUGIN_VIM_VERSION:=7.3}"
DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION}
>=app-editors/gvim-${VIM_PLUGIN_VIM_VERSION} )"