From f4b8b4bff50c076ea2d72b039db695d33d0b503d Mon Sep 17 00:00:00 2001 From: Leo Date: Wed, 23 Oct 2019 06:40:59 -0300 Subject: community/ruby-pygments: remove - Upstream unresponsive - Requires python2 --- community/ruby-pygments/fix-rakefile.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 community/ruby-pygments/fix-rakefile.patch (limited to 'community/ruby-pygments/fix-rakefile.patch') diff --git a/community/ruby-pygments/fix-rakefile.patch b/community/ruby-pygments/fix-rakefile.patch deleted file mode 100644 index ca28885516..0000000000 --- a/community/ruby-pygments/fix-rakefile.patch +++ /dev/null @@ -1,12 +0,0 @@ -Ruby 2.5+ doesn't support option -rubygems anymore. - ---- a/Rakefile -+++ b/Rakefile -@@ -18,7 +18,6 @@ - require 'rake/testtask' - Rake::TestTask.new 'test' do |t| - t.test_files = FileList['test/test_*.rb'] -- t.ruby_opts = ['-rubygems'] - end - - # ========================================================== -- cgit v1.2.3