commit: 870ac53fd238d77c5ec47125dd63f536f7f24581
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 03:12:28 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 03:12:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=870ac53f
dev-ruby/http: drop obsolete sed
Fixes: a01d23b808edb51caeafc1518cabb694b312824b
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ruby/http/http-5.1.1.ebuild | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-ruby/http/http-5.1.1.ebuild b/dev-ruby/http/http-5.1.1.ebuild
index 50d8efa66942..a5ebf52589dd 100644
--- a/dev-ruby/http/http-5.1.1.ebuild
+++ b/dev-ruby/http/http-5.1.1.ebuild
@@ -50,9 +50,6 @@ all_ruby_prepare() {
# Disable coverage
sed -i -e 's/require_relative ".\/support\/simplecov"//g'
"spec/spec_helper.rb" || die
-
- # Submitted upstream as https://github.com/httprb/http/pull/719
- sed -i -e '4i require "cgi"' "spec/lib/http/client_spec.rb" || die
}
each_ruby_test() {