From 93362547c99d880e59d0e11f4127f01145ea5b1d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 9 Nov 2020 16:26:44 +0000 Subject: [PATCH] dev-cmd/audit: don't do dependency checks on Linux. Alternate approach to #9091 for https://github.com/Homebrew/homebrew-core/pull/64423 --- Library/Homebrew/dev-cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 3241da95d3..d706f0f3a7 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -524,7 +524,7 @@ module Homebrew # The number of conflicts on Linux is absurd. # TODO: remove this and check these there too. - return if OS.linux? && !Homebrew::EnvConfig.force_homebrew_on_linux? + return if OS.linux? recursive_runtime_formulae = formula.runtime_formula_dependencies(undeclared: false) version_hash = {}