aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-11-23 11:16:51 +0000
committerMike McQuaid2014-11-23 11:16:53 +0000
commit7a97f5a88c8b6d83820cfc3012b75ceb68206670 (patch)
tree0154952ca55bf96d1e4ba1ed9f73fcfa20012bc6
parentddabdac89ab69f8c9d67b3abdac4490ea15db420 (diff)
downloadhomebrew-7a97f5a88c8b6d83820cfc3012b75ceb68206670.tar.bz2
s3fs: remove duplicate requirement.
Already handled by fuse4x dependency.
-rw-r--r--Library/Formula/s3fs.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/s3fs.rb b/Library/Formula/s3fs.rb
index e2c913937..46bb041a7 100644
--- a/Library/Formula/s3fs.rb
+++ b/Library/Formula/s3fs.rb
@@ -18,7 +18,6 @@ class S3fs < Formula
# S3fs currently relies on fuse4x which uses unsigned kexts, barred by Yosemite.
# Fuse4x and osxfuse are merging so monitor this over time and switch if/when possible.
depends_on "fuse4x"
- depends_on MaximumMacOSRequirement => :mavericks
head "https://github.com/s3fs-fuse/s3fs-fuse.git"