aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/dev-cmd
diff options
context:
space:
mode:
authorilovezfs2017-03-12 13:59:43 -0700
committerGitHub2017-03-12 13:59:43 -0700
commit45aa7b9a14d9251d7803dc191abda1c610194783 (patch)
treea71720dd196faeae0970cdf8578a618a7005c37a /Library/Homebrew/dev-cmd
parentc67c338a061735fe01142017f6b14e8200d94b8c (diff)
downloadbrew-45aa7b9a14d9251d7803dc191abda1c610194783.tar.bz2
Revert "audit: exempt wine's deps from the universal deprecation"
Diffstat (limited to 'Library/Homebrew/dev-cmd')
-rw-r--r--Library/Homebrew/dev-cmd/audit.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dev-cmd/audit.rb b/Library/Homebrew/dev-cmd/audit.rb
index c1a89a0a5..1e3138559 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