diff options
| author | Jack Nagel | 2013-01-18 19:30:43 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-01-18 19:30:43 -0600 |
| commit | 43f2bfaafcbc53a39aedf384186b604c1834af2e (patch) | |
| tree | c42688c170f8092be80a3bca20df26af125822a0 /Library/Formula/mongodb.rb | |
| parent | 8eddbd5404fb31cc9ddaead5f14d7076ec59a2cd (diff) | |
| download | homebrew-43f2bfaafcbc53a39aedf384186b604c1834af2e.tar.bz2 | |
Use fatal DSL method in requirements
Diffstat (limited to 'Library/Formula/mongodb.rb')
| -rw-r--r-- | Library/Formula/mongodb.rb | 4 |
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. |
