From 45aa7b9a14d9251d7803dc191abda1c610194783 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Sun, 12 Mar 2017 13:59:43 -0700 Subject: [PATCH] Revert "audit: exempt wine's deps from the universal deprecation" --- Library/Homebrew/dev-cmd/audit.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb index c1a89a0a5b..1e31385593 100644 --- a/Library/Homebrew/dev-cmd/audit.rb +++ b/Library/Homebrew/dev-cmd/audit.rb @@ -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