aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-11-29 18:50:44 -0800
committerAdam Vandenberg2011-11-29 18:50:44 -0800
commit7278eaec510709a16d68b512a59525fbf276267a (patch)
treeeb07ebbadf017e96e9bfba6baf5bb74414ab3b9c /Library
parent45a87ab8d9d0dabf80936da6e1fbf32913cf4adf (diff)
downloadbrew-7278eaec510709a16d68b512a59525fbf276267a.tar.bz2
audit: check for DB deps too
Diffstat (limited to 'Library')
-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