diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Homebrew/cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 346226ca9..53f965243 100755 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -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 |
