Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92840 - VIM: greputils-2.4 does not depend on genutils-1.15
Summary: VIM: greputils-2.4 does not depend on genutils-1.15
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-16 15:10 UTC by BlaisorBlade
Modified: 2005-05-17 10:14 UTC (History)
0 users

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 BlaisorBlade 2005-05-16 15:10:02 UTC
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 Aaron Walker (RETIRED) gentoo-dev 2005-05-17 10:14:05 UTC
Fixed. Thanks for the report.