diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/sbcl.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/sbcl.rb b/Library/Formula/sbcl.rb index 4328f05ce..78f389cbd 100644 --- a/Library/Formula/sbcl.rb +++ b/Library/Formula/sbcl.rb @@ -13,6 +13,13 @@ class Sbcl < Formula head 'git://sbcl.git.sourceforge.net/gitroot/sbcl/sbcl.git' + bottle do + revision 1 + sha1 'd4f3742a810f09e5f437e50d1533422692c7c906' => :mountain_lion + sha1 'aa66de57770e0dc700682bcf77c8911f819827f4' => :lion + sha1 '16b2302073a9d5b7dbb394e091bb242a78f2bb3f' => :snow_leopard + end + fails_with :llvm do build 2334 cause "Compilation fails with LLVM." |
