Revert "audit: exempt wine's deps from the universal deprecation"

This commit is contained in:
ilovezfs 2017-03-12 13:59:43 -07:00 committed by GitHub
parent c67c338a06
commit 45aa7b9a14

View File

@ -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