diff options
| author | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-25 02:33:48 +0100 |
|---|---|---|
| committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-11-25 02:53:47 +0100 |
| commit | e48ccbfc128b06171139716557ae4a771be0f952 (patch) | |
| tree | df9880271e0c3fe7e8d160d1078842b51e61af0f /testing/ruby-hpricot/rakefile.patch | |
| parent | 5240cde47a249e6d325d29f383c5ec3384808840 (diff) | |
| download | aports-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.patch | 9 |
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' |
