From f5a300842a741358e975f68f4b59c867b90e83a6 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 27 Mar 2023 07:23:43 +0000 Subject: [PATCH] eclass/vim-plugin: Sync with Gentoo It's from Gentoo commit 46eac0f4c0fe74ae74f7a7e1f27008880f3c6345. --- .../src/third_party/portage-stable/eclass/vim-plugin.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk_container/src/third_party/portage-stable/eclass/vim-plugin.eclass b/sdk_container/src/third_party/portage-stable/eclass/vim-plugin.eclass index 81e1e54f63..ee4f1b6e0f 100644 --- a/sdk_container/src/third_party/portage-stable/eclass/vim-plugin.eclass +++ b/sdk_container/src/third_party/portage-stable/eclass/vim-plugin.eclass @@ -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} )"