aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-04-22 12:05:18 -0700
committerCharlie Sharpsteen2012-04-22 12:05:18 -0700
commit112c433155f3c4538042eb6903a11463f8d417a3 (patch)
tree4b60b44de2c85930bd79591c868555a5517c5274 /Library
parent6a3d1dc7bcdabd070c4c8a1b8ceb54d4fd81a8ab (diff)
downloadhomebrew-112c433155f3c4538042eb6903a11463f8d417a3.tar.bz2
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.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/boost.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb
index 84f179bff..f36c54c6a 100644
--- a/Library/Formula/boost.rb
+++ b/Library/Formula/boost.rb
@@ -9,6 +9,7 @@ class Boost < Formula
bottle do
sha1 '6b706780670a8bec5b3e0355f5dfeeaa37d9a41e' => :lion
+ sha1 '46945515d520009fbbc101e4ae19f28db1433752' => :snowleopard
end
depends_on "icu4c" if ARGV.include? "--with-icu"