diff options
| author | Adam Vandenberg | 2013-09-11 17:19:56 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-09-11 17:19:56 -0700 |
| commit | 155e640cf27b1697f3a61ebbdc922e3e4aa0ebae (patch) | |
| tree | 7c6c4c6e4bea05bfd98626f714ee139ab22a5c3f /Library/Formula/erlang.rb | |
| parent | 1f9276a6d41756b47d238c5be641efef2058cc90 (diff) | |
| download | homebrew-155e640cf27b1697f3a61ebbdc922e3e4aa0ebae.tar.bz2 | |
erlang: put bottle block after url/head
Diffstat (limited to 'Library/Formula/erlang.rb')
| -rw-r--r-- | Library/Formula/erlang.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/erlang.rb b/Library/Formula/erlang.rb index af1060f1e..559c4268e 100644 --- a/Library/Formula/erlang.rb +++ b/Library/Formula/erlang.rb @@ -31,6 +31,13 @@ class Erlang < Formula head 'https://github.com/erlang/otp.git', :branch => 'master' + bottle do + revision 1 + sha1 '772d2c72a3fd24474499d8bd1ca050a5deb5d56c' => :mountain_lion + sha1 'dbcd966cca49c16d6c2598d49a0bc9a31d6cb702' => :lion + sha1 '65f9b0d2ea1a7d12d0477f51e3d5cc0415361789' => :snow_leopard + end + option 'disable-hipe', "Disable building hipe; fails on various OS X systems" option 'halfword', 'Enable halfword emulator (64-bit builds only)' option 'time', '`brew test --time` to include a time-consuming test' @@ -41,13 +48,6 @@ class Erlang < Formula depends_on 'unixodbc' if MacOS.version >= :mavericks depends_on 'fop' => :optional # enables building PDF docs - bottle do - revision 1 - sha1 '772d2c72a3fd24474499d8bd1ca050a5deb5d56c' => :mountain_lion - sha1 'dbcd966cca49c16d6c2598d49a0bc9a31d6cb702' => :lion - sha1 '65f9b0d2ea1a7d12d0477f51e3d5cc0415361789' => :snow_leopard - end - fails_with :llvm do build 2334 end |
