Skip to content
Snippets Groups Projects
Unverified Commit bd627d86 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #11709 from hyuraku/formula_auditor_repiar-audit_versioned_keg_only

formula_auditor:repiar audit_versioned_keg_only
parents 47348709 2e80eb06
No related branches found
No related tags found
No related merge requests found
......@@ -393,10 +393,7 @@ module Homebrew
if formula.keg_only?
return if formula.keg_only_reason.versioned_formula?
if formula.name.start_with?("openssl", "libressl") &&
formula.keg_only_reason.by_macos?
return
end
return if formula.name.start_with?("openssl", "libressl") && formula.keg_only_reason.by_macos?
end
return if tap_audit_exception :versioned_keg_only_allowlist, formula.name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment