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

Merge pull request #2329 from Homebrew/revert-1877-audit-wine-deps-exemption

Revert "audit: exempt wine's deps from the universal deprecation"
parents ad7c2e54 45aa7b9a
No related branches found
No related tags found
No related merge requests found
......@@ -548,7 +548,7 @@ class FormulaAuditor
next unless @strict
if o.name == "universal" && !Formula["wine"].recursive_dependencies.map(&:name).include?(formula.name)
if o.name == "universal"
problem "macOS has been 64-bit only since 10.6 so universal options are deprecated."
end
......
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