aboutsummaryrefslogtreecommitdiffstats
path: root/community/ruby-hpricot/rakefile.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-25 21:30:10 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-25 21:30:10 +0100
commit6ccaeaa06c23bf987c9d3368f7162fc23de8707c (patch)
treed446a4ee95e8ca588115e8db65f66b3b8a1663db /community/ruby-hpricot/rakefile.patch
parent2f49f8e5d065362127db2f0e458bb6ea04eaf846 (diff)
downloadaports-6ccaeaa06c23bf987c9d3368f7162fc23de8707c.tar.bz2
aports-6ccaeaa06c23bf987c9d3368f7162fc23de8707c.tar.xz
community/ruby-hpricot: move from testing
Diffstat (limited to 'community/ruby-hpricot/rakefile.patch')
-rw-r--r--community/ruby-hpricot/rakefile.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/community/ruby-hpricot/rakefile.patch b/community/ruby-hpricot/rakefile.patch
new file mode 100644
index 0000000000..3ccf91873d
--- /dev/null
+++ b/community/ruby-hpricot/rakefile.patch
@@ -0,0 +1,9 @@
+Don't load bundler.
+
+--- a/Rakefile
++++ b/Rakefile
+@@ -1,4 +1,3 @@
+-require 'bundler/setup'
+ ENV.delete('RUBYOPT') # Don't propagate RUBYOPT/Bundler to subprocesses
+ require 'rake/clean'
+ require 'rubygems/package_task'