Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642254 - dev-lang/ruby-2.5.0 depends on RUBY_TARGETS: ruby24
Summary: dev-lang/ruby-2.5.0 depends on RUBY_TARGETS: ruby24
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-26 06:55 UTC by Perfect Gentleman
Modified: 2017-12-26 07:06 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 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(+)