add Xcode to the blacklist

Closes Homebrew/homebrew#8106.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
Misty De Meo 2011-10-13 21:56:49 -05:00 committed by Charlie Sharpsteen
parent 4da0b506f4
commit 6ab97f75be

View File

@ -57,5 +57,12 @@ def blacklisted? name
EOS EOS
when /(lib)?lzma/ when /(lib)?lzma/
"lzma is now part of the xz formula." "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:
http://connect.apple.com/
If you download from the App Store, make sure you run the installer
placed in /Applications after the download completes.
EOS
end end
end end