commit: 1982ae25dd9c0ce8a6847cf3649ba75edcd1c9a0 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Tue Jul 31 07:30:24 2018 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Aug 20 15:00:35 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1982ae25
dev-ruby/syntax: remove unused patch(es). Closes: https://bugs.gentoo.org/664042 Closes: https://github.com/gentoo/gentoo/pull/9397 dev-ruby/syntax/files/syntax-1.2.0-require-set.patch | 16 ---------------- 1 file changed, 16 deletions(-) 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 deleted file mode 100644 index 34dec6c6650..00000000000 --- a/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch +++ /dev/null @@ -1,16 +0,0 @@ -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 -
