From 3469f177f043b163e0c362b0fa10f9f99c31114b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 28 Jul 2016 16:42:14 -0600 Subject: audit: don't check formula linkage. This partly reverts commit 0ed673abdb59e2f75f9b8539cce318607924e87f. --- Library/Homebrew/extend/os/mac/formula_cellar_checks.rb | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3