Bug 92840 - VIM: greputils-2.4 does not depend on genutils-1.15
Bug#: 92840 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: vim@gentoo.org Reported By: blaisorblade_spam@yahoo.it
Component: Applications
URL: 
Summary: VIM: greputils-2.4 does not depend on genutils-1.15
Keywords:  
Status Whiteboard: 
Opened: 2005-05-16 15:10 0000
Description:   Opened: 2005-05-16 15:10 0000
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.

------- Comment #1 From Aaron Walker (RETIRED) 2005-05-17 10:14:05 0000 -------
Fixed. Thanks for the report.