From a82080bd2b85bbdc4072373605c94017f43358f8 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 1 Apr 2013 11:53:24 -0500 Subject: Use satisfy syntax for CLTDependency --- Library/Homebrew/requirements.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Homebrew/requirements.rb b/Library/Homebrew/requirements.rb index 7b70508f6..1f58e6b0a 100644 --- a/Library/Homebrew/requirements.rb +++ b/Library/Homebrew/requirements.rb @@ -325,9 +325,7 @@ class CLTDependency < Requirement fatal true build true - def satisfied? - MacOS::CLT.installed? - end + satisfy(:build_env => false) { MacOS::CLT.installed? } def message; <<-EOS.undent The Command Line Tools for Xcode are required to compile this software. -- cgit v1.2.3