From 2ac9afcc7794c786fda24f023291e820d339da03 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 21 Oct 2013 18:06:46 -0700 Subject: [PATCH] Bottles: add Leopard/PPC tags --- Library/Homebrew/bottles.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/bottles.rb b/Library/Homebrew/bottles.rb index f82bbde902..ab32718a6d 100644 --- a/Library/Homebrew/bottles.rb +++ b/Library/Homebrew/bottles.rb @@ -76,7 +76,7 @@ end def bottle_tag case MacOS.version - when "10.8", "10.7", "10.5" + when "10.8", "10.7" MacOS.cat when "10.6" Hardware::CPU.is_64_bit? ? :snow_leopard : :snow_leopard_32