aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_installer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb
index ab021af0d..1008bc2e6 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -109,7 +109,7 @@ class FormulaInstaller
if req.optional? || req.recommended?
Requirement.prune unless dependent.build.with?(req.name)
elsif req.build?
- Requirement.prune unless install_bottle?(dependent)
+ Requirement.prune if install_bottle?(dependent)
end
Requirement.prune if req.satisfied?