Problem:
$ vi
greputils: You need a newer version of genutils.vim plugin
So, let's check why this warning:
# equery list app-vim/genutils
[ Searching for package 'genutils' in 'app-vim' among: ]
* installed packages
[I--] [ ] app-vim/genutils-1.13 (0)
# equery list app-vim/greputils
[ Searching for package 'greputils' in 'app-vim' among: ]
* installed packages
[I--] [ ] app-vim/greputils-2.4 (0)
Reading /usr/share/vim/vimfiles/plugin/greputils.vim gives:
" Requires: Vim-6.3, genutils.vim(1.15), multvals.vim(3.6)
while /usr/portage/app-vim/greputils/greputils-2.4.ebuild has:
RDEPEND="
${RDEPEND}
>=app-vim/genutils-1.7
>=app-vim/multvals-3.6.1"
since in the portage tree we only have genutils 1.13 or 1.17, please upgrade
the dep to either .15 or .17. I've tested with an portage_overlay that even
depending on .15 gives the upgrade to .17, so probably be strict and upgrade
the dep to genutils-1.15.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.