From b3e78f31ea802667e730e4fa10116ad2c1afd1eb Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Wed, 3 Mar 2021 00:13:34 +0000 Subject: [PATCH] Revert "dev-cmd/audit: don't do dependency checks on Linux." This reverts commit 93362547c99d880e59d0e11f4127f01145ea5b1d. --- Library/Homebrew/formula_auditor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/formula_auditor.rb b/Library/Homebrew/formula_auditor.rb index 73bf464033..f53a77d003 100644 --- a/Library/Homebrew/formula_auditor.rb +++ b/Library/Homebrew/formula_auditor.rb @@ -282,7 +282,7 @@ module Homebrew # The number of conflicts on Linux is absurd. # TODO: remove this and check these there too. - return if OS.linux? + return if OS.linux? && !Homebrew::EnvConfig.force_homebrew_on_linux? recursive_runtime_formulae = formula.runtime_formula_dependencies(undeclared: false) version_hash = {}