Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 303789 Details for
Bug 406375
www-apps/nanoc-3.3.1: add ruby19 keyword to USE_RUBY
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch fixing yaml encoding bug of ruby-fakegem.eclass
ruby-fakegem-ruby19-yaml-encoding.path (text/plain), 709 bytes, created by
Shunsuke Shimizu
on 2012-03-01 04:13:21 UTC
(
hide
)
Description:
patch fixing yaml encoding bug of ruby-fakegem.eclass
Filename:
MIME Type:
Creator:
Shunsuke Shimizu
Created:
2012-03-01 04:13:21 UTC
Size:
709 bytes
patch
obsolete
>--- ruby-fakegem.eclass.orig 2012-03-01 13:02:00.655002371 +0900 >+++ ruby-fakegem.eclass 2012-03-01 13:00:52.604907775 +0900 >@@ -188,7 +188,14 @@ > # the metadata distributed by the gem itself. This is similar to how > # rubygems creates an installation from a .gem file. > ruby_fakegem_metadata_gemspec() { >- ${RUBY} -r yaml -e "puts Gem::Specification.from_yaml(File::open('$1').read).to_ruby" > $2 >+ case ${RUBY} in >+ *ruby19) >+ ${RUBY} -r yaml -e "puts Gem::Specification.from_yaml(File::open('$1', :encoding => 'UTF-8').read).to_ruby" > $2 >+ ;; >+ *) >+ ${RUBY} -r yaml -e "puts Gem::Specification.from_yaml(File::open('$1').read).to_ruby" > $2 >+ ;; >+ esac > } > > # @FUNCTION: ruby_fakegem_genspec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 406375
: 303789