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

Bug 690428

Summary: ruby_targets_ruby25 is enabled in stable amd64 profile
Product: Gentoo Linux Reporter: Marco Genasci <fedeliallalinea>
Component: ProfilesAssignee: Gentoo Ruby Team <ruby>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marco Genasci 2019-07-22 05:29:47 UTC
In a stable profile default ruby targets are RUBY_TARGETS="ruby24 ruby25", this cause problem when a user unmask a unstable package how ruby25 use flag isn't masked. In my case I unmasked dev-ruby/compass-1.0.3-r1 but when I try to update system I get 

emerge: there are no ebuilds to satisfy ">=dev-ruby/rb-inotify-0.9[ruby_targets_ruby25]".
(dependency required by "dev-ruby/compass-1.0.3-r1::gentoo[-test,ruby_targets_ruby25]" [ebuild])
(dependency required by "@selected" [set])
(dependency required by "@world" [argument])

As workaround I added in make.conf RUBY_TARGETS="ruby24"

Reproducible: Always
Comment 1 Hans de Graaff gentoo-dev Security 2019-07-22 06:38:37 UTC

*** This bug has been marked as a duplicate of bug 690300 ***