From bb1cd3719cbdc80db9c63253e7e48410fec9e8a1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 29 Nov 2011 18:50:44 -0800 Subject: audit: check for DB deps too --- Library/Homebrew/cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3