audit: fix broken deps check

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-05-15 17:44:15 -05:00
parent 4a48a5f7a3
commit 4dfa2806b9

View File

@ -318,7 +318,7 @@ def audit_formula_instance f
problems << " * Can't find dependency \"#{d}\"."
end
case d
case d.name
when "git", "python", "ruby", "emacs", "mysql", "postgresql", "mercurial"
problems << <<-EOS
* Don't use #{d} as a dependency. We allow non-Homebrew