aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spidermonkey.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-03-19 13:13:49 -0700
committerAdam Vandenberg2013-03-19 13:13:49 -0700
commitd06ddca15a132d4c1732d333e62856bbe91e0017 (patch)
treec21610b8abba56ff7e4f9809c560c0e680a4c98d /Library/Formula/spidermonkey.rb
parent3a36a76c1af9331fc2987451d9c3c6a541a4b71f (diff)
downloadhomebrew-d06ddca15a132d4c1732d333e62856bbe91e0017.tar.bz2
spidermonkey: remove caveats
MongoDB now uses v8.
Diffstat (limited to 'Library/Formula/spidermonkey.rb')
-rw-r--r--Library/Formula/spidermonkey.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb
index 847d42e5b..f728e4dd2 100644
--- a/Library/Formula/spidermonkey.rb
+++ b/Library/Formula/spidermonkey.rb
@@ -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