From 3319c2b6f10142119fca7e120a0c5022d4fa63a5 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 28 Feb 2014 15:57:32 -0600 Subject: Don't verify deps when ignoring them --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3