boost: Fix Snow Leopard bottle

This bottle was built on 10.6.3 with XCode 3.2.6 and uses the system Python
instead of Homebrew's Python.
master
Charlie Sharpsteen 2012-04-22 12:05:18 -07:00
parent bf54f7e912
commit 7eb008bb68
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class Boost < Formula
bottle do
sha1 '6b706780670a8bec5b3e0355f5dfeeaa37d9a41e' => :lion
sha1 '46945515d520009fbbc101e4ae19f28db1433752' => :snowleopard
end
depends_on "icu4c" if ARGV.include? "--with-icu"