blacklist: update Xcode message for 10.8

This commit is contained in:
Misty De Meo 2012-06-15 09:25:23 -05:00
parent e22b0df7d6
commit ffe21a9cd1

View File

@ -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