From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- dev-ruby/syntax/files/syntax-1.2.0-require-set.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 dev-ruby/syntax/files/syntax-1.2.0-require-set.patch (limited to 'dev-ruby/syntax/files') diff --git a/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch b/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch new file mode 100644 index 000000000000..34dec6c66506 --- /dev/null +++ b/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch @@ -0,0 +1,16 @@ +commit 22430510b9662edd64e3792c560629daf8aebc82 +Author: Jan Berkel +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 + -- cgit v1.2.3