diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/extend/os/mac/formula_cellar_checks.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb b/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb index ac07ec19d..16b4d799f 100644 --- a/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb +++ b/Library/Homebrew/extend/os/mac/formula_cellar_checks.rb @@ -70,17 +70,6 @@ module FormulaCellarChecks #{checker.broken_dylibs.to_a * "\n "} EOS end - - # only check undeclared deps for standard installations. - return unless formula.build.used_options.empty? - - if checker.undeclared_deps? - audit_check_output <<-EOS.undent - Formulae are required to declare all linked dependencies. - Please add all linked dependencies to the formula with: - #{checker.undeclared_deps.map { |d| "depends_on \"#{d}\" => :linked"} * "\n "} - EOS - end end def audit_installed |
