Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 604876

Summary: dev-ruby/rdoc does not install binary for ruby 2.4
Product: Gentoo Linux Reporter: Andrei Slavoiu <ansla80>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch for rdoc-5.0.0-r2.ebuild

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.