aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mongodb.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mongodb.rb')
-rw-r--r--Library/Formula/mongodb.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index 5aaedf95b..6f74fc18a 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/Formula/mongodb.rb
@@ -1,12 +1,12 @@
require 'formula'
class SixtyFourBitRequired < Requirement
+ fatal true
+
def satisfied?
MacOS.prefer_64_bit?
end
- def fatal?; true end
-
def message; <<-EOS.undent
32-bit MongoDB binaries are no longer available.