Stop supporting Leopard

Is this really Misty?!
This commit is contained in:
Misty De Meo 2015-05-14 20:50:12 -07:00
parent bf4dc7449b
commit c72877cc82

View File

@ -43,9 +43,9 @@ case HOMEBREW_PREFIX.to_s when '/', '/usr'
# it may work, but I only see pain this route and don't want to support it
abort "Cowardly refusing to continue at this prefix: #{HOMEBREW_PREFIX}"
end
if OS.mac? and MacOS.version < "10.5"
if OS.mac? and MacOS.version < "10.6"
abort <<-EOABORT.undent
Homebrew requires Leopard or higher. For Tiger support, see:
Homebrew requires Snow Leopard or higher. For Tiger and Leopard support, see:
https://github.com/mistydemeo/tigerbrew
EOABORT
end