diff options
| author | Tim D. Smith | 2014-12-23 00:03:12 -0500 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-31 17:53:07 -0800 |
| commit | 3fc2ce4d53c93c2259d411ae300ca41f8370f745 (patch) | |
| tree | 59f7db9cc73bee1259180e43256e694c2f768d7d /Library | |
| parent | 19f8dd64c73a91f7f9c9a15b479ce54007a6efb2 (diff) | |
| download | homebrew-3fc2ce4d53c93c2259d411ae300ca41f8370f745.tar.bz2 | |
pypy: relocate bottle block
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pypy.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 3e0a2c660..ab20ef765 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -4,6 +4,8 @@ class Pypy < Formula homepage "http://pypy.org/" url "https://bitbucket.org/pypy/pypy/downloads/pypy-2.4.0-src.tar.bz2" sha1 "e2e0bcf8457c0ae5a24f126a60aa921dabfe60fb" + revision 2 + bottle do cellar :any revision 5 @@ -12,8 +14,6 @@ class Pypy < Formula sha1 "cce0ddd2900bd49e4988bcdcdffdf8ee3c51828d" => :mountain_lion end - revision 2 - depends_on :arch => :x86_64 depends_on "pkg-config" => :build depends_on "openssl" |
