aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index 18a41e750..9946d4ad4 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -315,6 +315,9 @@ class FormulaInstaller
end
end
+ # Merge the repeated dependencies, which may have different tags.
+ deps = Dependency.merge_repeats(deps)
+
[unsatisfied_reqs, deps]
end