aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2011-11-29 18:50:44 -0800
committerAdam Vandenberg2011-11-29 18:50:44 -0800
commitbb1cd3719cbdc80db9c63253e7e48410fec9e8a1 (patch)
tree6dbedaa4c3184d3bfcd8d73d2c0c6ced1d9c667a
parentb4a505011fa74041a34b174932aaeebe385d240c (diff)
downloadhomebrew-bb1cd3719cbdc80db9c63253e7e48410fec9e8a1.tar.bz2
audit: check for DB deps too
-rwxr-xr-xLibrary/Homebrew/cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb
index 7888de581..d73f471c0 100755
--- a/Library/Homebrew/cmd/audit.rb
+++ b/Library/Homebrew/cmd/audit.rb
@@ -265,7 +265,7 @@ def audit_formula_instance f
end
case d
- when "git", "python", "ruby", "emacs"
+ when "git", "python", "ruby", "emacs", "mysql", "postgresql"
problems << " * Don't use #{d} as a dependency; we allow non-Homebrew #{d} installs."
end
end