aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pypy.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-03-18 10:30:47 -0700
committerAdam Vandenberg2011-03-18 10:30:47 -0700
commit46c553ad431193c1cac98484b9610b6fe1a0136b (patch)
treea93bba9fd5f3073f4fc3f0d61c8bccc264134d9f /Library/Formula/pypy.rb
parentedeace562e45802525e5699ea73465380cb9e8c3 (diff)
downloadhomebrew-46c553ad431193c1cac98484b9610b6fe1a0136b.tar.bz2
Replace snow_leopard_64? in brews.
Diffstat (limited to 'Library/Formula/pypy.rb')
-rw-r--r--Library/Formula/pypy.rb2
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