spidermonkey: remove caveats

MongoDB now uses v8.
This commit is contained in:
Adam Vandenberg 2013-03-19 13:13:49 -07:00
parent 892f8a0fbc
commit 7425a23b33

View file

@ -62,10 +62,4 @@ class Spidermonkey < Formula
bin.install "shell/js"
end
end
def caveats; <<-EOS.undent
This formula installs Spidermonkey 1.8.5.
If you are trying to compile MongoDB from scratch, you will need 1.7.x instead.
EOS
end
end