aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-pygments/fix-rakefile.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-23 06:40:59 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-11-18 15:23:30 +0100
commitf4b8b4bff50c076ea2d72b039db695d33d0b503d (patch)
tree7de56fa9c2e9a2f187af4a7e65e6aa5d65578442 /community/ruby-pygments/fix-rakefile.patch
parent49e7519e9920dc5af745d36846d90d971241126f (diff)
downloadaports-f4b8b4bff50c076ea2d72b039db695d33d0b503d.tar.bz2
aports-f4b8b4bff50c076ea2d72b039db695d33d0b503d.tar.xz
community/ruby-pygments: remove
- Upstream unresponsive - Requires python2
Diffstat (limited to 'community/ruby-pygments/fix-rakefile.patch')
-rw-r--r--community/ruby-pygments/fix-rakefile.patch12
1 files changed, 0 insertions, 12 deletions
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
-
- # ==========================================================