Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588542 - dev-ruby/sass-rails invalid gemspec
Summary: dev-ruby/sass-rails invalid gemspec
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: 2016-07-10 15:19 UTC by Anton Bolshakov
Modified: 2016-07-11 05:25 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 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!