aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mongodb.rb
diff options
context:
space:
mode:
authorJack Nagel2013-01-18 19:30:43 -0600
committerJack Nagel2013-01-18 19:30:43 -0600
commit43f2bfaafcbc53a39aedf384186b604c1834af2e (patch)
treec42688c170f8092be80a3bca20df26af125822a0 /Library/Formula/mongodb.rb
parent8eddbd5404fb31cc9ddaead5f14d7076ec59a2cd (diff)
downloadhomebrew-43f2bfaafcbc53a39aedf384186b604c1834af2e.tar.bz2
Use fatal DSL method in requirements
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.