summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2018-07-31 09:30:24 +0200
committerPatrice Clement <monsieurp@gentoo.org>2018-08-20 17:00:35 +0200
commit1982ae25dd9c0ce8a6847cf3649ba75edcd1c9a0 (patch)
treea34565bbf07eb1a5994d9d1f3ec63c9df63e7680 /dev-ruby/syntax
parentdev-tex/dvi2gr: EAPI7, improve ebuild. (diff)
downloadgentoo-1982ae25dd9c0ce8a6847cf3649ba75edcd1c9a0.tar.gz
gentoo-1982ae25dd9c0ce8a6847cf3649ba75edcd1c9a0.tar.bz2
gentoo-1982ae25dd9c0ce8a6847cf3649ba75edcd1c9a0.zip
dev-ruby/syntax: remove unused patch(es).
Closes: https://bugs.gentoo.org/664042 Closes: https://github.com/gentoo/gentoo/pull/9397
Diffstat (limited to 'dev-ruby/syntax')
-rw-r--r--dev-ruby/syntax/files/syntax-1.2.0-require-set.patch16
1 files changed, 0 insertions, 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 34dec6c66506..000000000000
--- a/dev-ruby/syntax/files/syntax-1.2.0-require-set.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-commit 22430510b9662edd64e3792c560629daf8aebc82
-Author: Jan Berkel <jan@soundcloud.com>
-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
-