graaff 14/12/28 07:58:53 Added: syntax-1.2.0-require-set.patch Log: Backport upstream bug fix for missing require. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Revision Changes Path 1.1 dev-ruby/syntax/files/syntax-1.2.0-require-set.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch?rev=1.1&content-type=text/plain Index: syntax-1.2.0-require-set.patch =================================================================== commit 22430510b9662edd64e3792c560629daf8aebc82 Author: Jan Berkel <[email protected]> Date: Tue Apr 1 07:00:17 2014 -0400 Explicitly require 'set'. diff --git a/lib/syntax/lang/ruby.rb b/lib/syntax/lang/ruby.rb index edccda0..90eca56 100644 --- a/lib/syntax/lang/ruby.rb +++ b/lib/syntax/lang/ruby.rb @@ -1,4 +1,5 @@ require 'syntax' +require 'set' module Syntax
