From ffe21a9cd143353b3b42f278a48539480eda5a00 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Fri, 15 Jun 2012 09:25:23 -0500 Subject: [PATCH] blacklist: update Xcode message for 10.8 --- Library/Homebrew/blacklist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index ca0d0d3f3d..d1e561de7c 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -53,7 +53,7 @@ def blacklisted? name when /(lib)?lzma/ "lzma is now part of the xz formula." when 'xcode' then <<-EOS.undent - Xcode can be installed via the App Store (on Lion), or from: + Xcode can be installed via the App Store (on Lion or newer), or from: http://connect.apple.com/ EOS end