audit: exempt wine's deps from the universal deprecation
This can be reverted when wine's dependencies are all vendored.
This commit is contained in:
parent
d7c463ad2c
commit
cebe137499
@ -489,7 +489,7 @@ class FormulaAuditor
|
|||||||
|
|
||||||
next unless @strict
|
next unless @strict
|
||||||
|
|
||||||
if o.name == "universal"
|
if o.name == "universal" && !Formula["wine"].recursive_dependencies.map(&:name).include?(formula.name)
|
||||||
problem "macOS has been 64-bit only since 10.6 so universal options are deprecated."
|
problem "macOS has been 64-bit only since 10.6 so universal options are deprecated."
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user