aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ruby-hpricot/rakefile.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-11-25 02:33:48 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-11-25 02:53:47 +0100
commite48ccbfc128b06171139716557ae4a771be0f952 (patch)
treedf9880271e0c3fe7e8d160d1078842b51e61af0f /testing/ruby-hpricot/rakefile.patch
parent5240cde47a249e6d325d29f383c5ec3384808840 (diff)
downloadaports-e48ccbfc128b06171139716557ae4a771be0f952.tar.bz2
aports-e48ccbfc128b06171139716557ae4a771be0f952.tar.xz
testing/ruby-hpricot: new aport
https://github.com/hpricot/hpricot A swift, liberal HTML parser with a fantastic library (legacy)
Diffstat (limited to 'testing/ruby-hpricot/rakefile.patch')
-rw-r--r--testing/ruby-hpricot/rakefile.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/ruby-hpricot/rakefile.patch b/testing/ruby-hpricot/rakefile.patch
new file mode 100644
index 0000000000..3ccf91873d
--- /dev/null
+++ b/testing/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'