Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 604876 - dev-ruby/rdoc does not install binary for ruby 2.4
Summary: dev-ruby/rdoc does not install binary for ruby 2.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal trivial
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-06 21:06 UTC by Andrei Slavoiu
Modified: 2017-01-08 07:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for rdoc-5.0.0-r2.ebuild (rdoc.patch,531 bytes, patch)
2017-01-06 21:06 UTC, Andrei Slavoiu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Slavoiu 2017-01-06 21:06:30 UTC
Created attachment 458996 [details, diff]
patch for rdoc-5.0.0-r2.ebuild

Problem is that the following line must be manually kept in sync with the supported versions of ruby:

                for version in 20 21 22 23; do

Attached patch for rdoc-5.0.0-r2.ebuild fixes this by generating the list of versions from USE_RUBY.
Comment 1 Hans de Graaff gentoo-dev Security 2017-01-08 07:44:45 UTC
(In reply to Andrei Slavoiu from comment #0)

> Attached patch for rdoc-5.0.0-r2.ebuild fixes this by generating the list of
> versions from USE_RUBY.

Good idea, thanks!

Applied in dev-ruby/rdoc-5.0.0-r3.