aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-03-13 07:35:00 +0000
committerGitHub2017-03-13 07:35:00 +0000
commitd962a781b190eb6cd0bf44b929276a65bf2b16cb (patch)
tree71a1310ab2e2aaabb660867dc3d4c70b7a72e747
parentad7c2e5416b032a49f8c889f9f7634ac8c3ffedc (diff)
parent45aa7b9a14d9251d7803dc191abda1c610194783 (diff)
downloadbrew-d962a781b190eb6cd0bf44b929276a65bf2b16cb.tar.bz2
Merge pull request #2329 from Homebrew/revert-1877-audit-wine-deps-exemption
Revert "audit: exempt wine's deps from the universal deprecation"
-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