aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-02-28 15:57:32 -0600
committerJack Nagel2014-02-28 15:57:55 -0600
commit7e76f0282413e063e08055f7012afdcf300cc603 (patch)
tree752adb6a057f94c06a0d7ffa5ab7c21c83ecc1f6 /Library/Homebrew
parent938110961d69b7807dfa5151a7bfe63b10168d5f (diff)
downloadbrew-7e76f0282413e063e08055f7012afdcf300cc603.tar.bz2
Don't verify deps when ignoring them
Diffstat (limited to 'Library/Homebrew')
-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 e8ed5ad63..ef18635fb 100644
--- a/Library/Homebrew/formula_installer.rb
+++ b/Library/Homebrew/formula_installer.rb
@@ -31,7 +31,7 @@ class FormulaInstaller
@poured_bottle = false
@pour_failed = false
- verify_deps_exist
+ verify_deps_exist unless ignore_deps
lock
check_install_sanity
end