diff options
| author | ilovezfs | 2017-01-18 11:03:36 -0800 |
|---|---|---|
| committer | ilovezfs | 2017-01-20 07:18:51 -0800 |
| commit | cebe137499cc5e74dd0b34e54226a1ade7a4bf60 (patch) | |
| tree | 2aa1456ab8e458ebe52cd2397ec09b68bad0d46e /Library/Homebrew/dev-cmd | |
| parent | d7c463ad2c036bd9917398069217f6cad0f5b326 (diff) | |
| download | brew-cebe137499cc5e74dd0b34e54226a1ade7a4bf60.tar.bz2 | |
audit: exempt wine's deps from the universal deprecation
This can be reverted when wine's dependencies are all vendored.
Diffstat (limited to 'Library/Homebrew/dev-cmd')
| -rw-r--r-- | Library/Homebrew/dev-cmd/audit.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index 594555695..5b0102130 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -489,7 +489,7 @@ class FormulaAuditor 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." end |
