diff options
| author | Adam Vandenberg | 2011-03-18 10:30:47 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-18 10:30:47 -0700 |
| commit | 46c553ad431193c1cac98484b9610b6fe1a0136b (patch) | |
| tree | a93bba9fd5f3073f4fc3f0d61c8bccc264134d9f /Library/Formula/pypy.rb | |
| parent | edeace562e45802525e5699ea73465380cb9e8c3 (diff) | |
| download | homebrew-46c553ad431193c1cac98484b9610b6fe1a0136b.tar.bz2 | |
Replace snow_leopard_64? in brews.
Diffstat (limited to 'Library/Formula/pypy.rb')
| -rw-r--r-- | Library/Formula/pypy.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 0e400c0b7..ace63b2c9 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -2,7 +2,7 @@ require 'formula' require 'hardware' class Pypy < Formula - if snow_leopard_64? + if MacOS.prefer_64_bit? url 'http://pypy.org/download/pypy-1.4.1-osx64.tar.bz2' md5 '769b3fb134944ee8c22ad0834970de3b' else |
