From 27de1257e3fb5d218b5829b4ed9293d05ebd27ac Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 28 Feb 2014 23:04:37 -0600 Subject: audit: don't complain about missing cross-tap dependencies --- Library/Homebrew/cmd/audit.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Homebrew/cmd/audit.rb b/Library/Homebrew/cmd/audit.rb index 3a8aa876f..47b673c5f 100644 --- a/Library/Homebrew/cmd/audit.rb +++ b/Library/Homebrew/cmd/audit.rb @@ -137,6 +137,9 @@ class FormulaAuditor f.deps.each do |dep| begin dep_f = dep.to_formula + rescue TapFormulaUnavailableError + # Don't complain about missing cross-tap dependencies + next rescue FormulaUnavailableError problem "Can't find dependency #{dep.name.inspect}." next -- cgit v1.2.3