aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-02-28 15:57:32 -0600
committerJack Nagel2014-02-28 15:57:55 -0600
commit3319c2b6f10142119fca7e120a0c5022d4fa63a5 (patch)
tree0dc4e87e4c4e8693061d645d5a5cee26af85f096 /Library
parent3141e6ee4194831bd050ffd57b29248cec4b23f3 (diff)
downloadhomebrew-3319c2b6f10142119fca7e120a0c5022d4fa63a5.tar.bz2
Don't verify deps when ignoring them
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 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