Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 479470 - vim.eclass - add ruby 2.0 support
Summary: vim.eclass - add ruby 2.0 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Vim Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-02 07:08 UTC by jharveysmith
Modified: 2013-08-13 22:19 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 jharveysmith 2013-08-02 07:08:51 UTC
emerging vim pulls in ruby:1.9 if only ruby:2.0 is installed.
I have modified vim.eclass locally to accept 2.0 and it seems to work just fine.
Changing
ruby?    ( || ( dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) )"
to
ruby?    ( || ( dev-lang/ruby:2.0 dev-lang/ruby:1.9 dev-lang/ruby:1.8 ) )"
on lines 99 and 105 of vim.eclass is all that is needed.
Comment 1 Tim Harder gentoo-dev 2013-08-13 22:19:04 UTC
Added to >=7.4 in CVS.