summaryrefslogtreecommitdiff
path: root/dev-ruby/rack/files/rack-1.2.1-gentoo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/rack/files/rack-1.2.1-gentoo.patch')
-rw-r--r--dev-ruby/rack/files/rack-1.2.1-gentoo.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-ruby/rack/files/rack-1.2.1-gentoo.patch b/dev-ruby/rack/files/rack-1.2.1-gentoo.patch
deleted file mode 100644
index 82ea127a8cb7..000000000000
--- a/dev-ruby/rack/files/rack-1.2.1-gentoo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/lib/rack/rewindable_input.rb b/lib/rack/rewindable_input.rb
-index accd96b..d71fde6 100644
---- a/lib/rack/rewindable_input.rb
-+++ b/lib/rack/rewindable_input.rb
-@@ -94,7 +94,7 @@ module Rack
- end
-
- def filesystem_has_posix_semantics?
-- RUBY_PLATFORM !~ /(mswin|mingw|cygwin|java)/
-+ RUBY_PLATFORM !~ /(mswin|mingw|cygwin|java)/ && RUBY_VERSION < '1.9.1'
- end
- end
- end