From 8bf01a8c63adb3ba7d55d0e762b2ec7c815dd8b4 Mon Sep 17 00:00:00 2001 From: Anton Bolshakov Date: Sun, 23 Nov 2025 11:19:34 +0800 Subject: [PATCH] typhoeus: fix https://github.com/pentoo/pentoo-overlay/issues/2604 --- dev-ruby/typhoeus/typhoeus-1.5.0.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-ruby/typhoeus/typhoeus-1.5.0.ebuild b/dev-ruby/typhoeus/typhoeus-1.5.0.ebuild index 4bed30c3c..0383a5539 100644 --- a/dev-ruby/typhoeus/typhoeus-1.5.0.ebuild +++ b/dev-ruby/typhoeus/typhoeus-1.5.0.ebuild @@ -33,13 +33,13 @@ ruby_add_bdepend "test? ( >=dev-ruby/dalli-2.7.9 )" -all_ruby_prepare() { - sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die - sed -i -e '3igem "rack", "~> 2.2.0"; gem "faraday", "<2"; require "timeout"' spec/spec_helper.rb || die - sed -i -e '/Rack::Handler::WEBrick/ s/options/\*\*options/' spec/support/localhost_server.rb || die +#all_ruby_prepare() { +# sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die +# sed -i -e '3igem "rack", "~> 2.2.0"; gem "faraday", "<2"; require "timeout"' spec/spec_helper.rb || die +# sed -i -e '/Rack::Handler::WEBrick/ s/options/\*\*options/' spec/support/localhost_server.rb || die # Avoid specs failing because default headers are provided or # checked now, probably due to changes in either rack or webrick. - sed -e '/calls on_headers and on_\(body\|complete\)/ s/it/xit/' \ - -i spec/typhoeus/request/operations_spec.rb || die -} +# sed -e '/calls on_headers and on_\(body\|complete\)/ s/it/xit/' \ +# -i spec/typhoeus/request/operations_spec.rb || die +#}