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

Bug 642254

Summary: dev-lang/ruby-2.5.0 depends on RUBY_TARGETS: ruby24
Product: Gentoo Linux Reporter: Perfect Gentleman <perfect007gentleman>
Component: Current packagesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Perfect Gentleman 2017-12-26 06:55:33 UTC
$ grep -i ruby24 ruby-2.5.0.ebuild 
        virtual/rubygems[ruby_targets_ruby24]
        >=dev-ruby/json-2.0.2[ruby_targets_ruby24]
        rdoc? ( >=dev-ruby/rdoc-5.1.0[ruby_targets_ruby24] )
-------------------------------------------------------------
PDEPEND="
	${BUNDLED_GEMS}
	virtual/rubygems[ruby_targets_ruby24]
	>=dev-ruby/json-2.0.2[ruby_targets_ruby24]
	rdoc? ( >=dev-ruby/rdoc-5.1.0[ruby_targets_ruby24] )
	xemacs? ( app-xemacs/ruby-modes )"
Comment 1 Larry the Git Cow gentoo-dev 2017-12-26 07:06:55 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe09dd8846caf0ac5d92d28603f82dfe2a87281c

commit fe09dd8846caf0ac5d92d28603f82dfe2a87281c
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2017-12-26 07:05:44 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2017-12-26 07:05:44 +0000

    dev-lang/ruby: fix PDEPEND ruby targets
    
    Closes: https://bugs.gentoo.org/642254
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-lang/ruby/Manifest             |   1 +
 dev-lang/ruby/ruby-2.5.0-r1.ebuild | 238 +++++++++++++++++++++++++++++++++++++
 2 files changed, 239 insertions(+)