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

Bug 588542

Summary: dev-ruby/sass-rails invalid gemspec
Product: Gentoo Linux Reporter: Anton Bolshakov <anton.bugs>
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 Anton Bolshakov 2016-07-10 15:19:26 UTC
sass-rails is broken in all slots, I was getting the following error: "LoadError: cannot load such file -- sass".

The fix is simple:

@@ -7,6 +7,7 @@
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="README.md"
+RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
 
 inherit ruby-fakegem versionator
Comment 1 Hans de Graaff gentoo-dev Security 2016-07-11 05:14:24 UTC
Thanks for the report, this is now fixed in sass-rails-5.0.5-r1

(In reply to Anton Bolshakov from comment #0)
> sass-rails is broken in all slots, I was getting the following error:
> "LoadError: cannot load such file -- sass".

As far as I can tell this is only broken with slot 5.0. Please re-open if you are having issues with the 4.0 slot as well.
Comment 2 Anton Bolshakov 2016-07-11 05:25:43 UTC
Hi, I've double checked and you are probably right, it's slot :5 only. Thanks!