aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-07-28 16:42:14 -0600
committerMike McQuaid2016-07-28 16:53:41 -0600
commit3469f177f043b163e0c362b0fa10f9f99c31114b (patch)
tree98c1282b331047c0b23869a805abee279c1ba985 /Library
parent12413cb760a85acbc4296983259e5c16869e472e (diff)
downloadbrew-3469f177f043b163e0c362b0fa10f9f99c31114b.tar.bz2
audit: don't check formula linkage.
This partly reverts commit 0ed673abdb59e2f75f9b8539cce318607924e87f.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/extend/os/mac/formula_cellar_checks.rb11
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