diff options
| author | Mike McQuaid | 2013-09-14 11:58:57 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-09-14 12:05:18 +0100 |
| commit | f0b4b83aba31747d276218186bf49582cdc932f4 (patch) | |
| tree | d8715af936e277d7505a37a17c91a54115a9910d /Library/Formula | |
| parent | 3c350eea66f6bff171c08a49088e7c8477882a80 (diff) | |
| download | homebrew-f0b4b83aba31747d276218186bf49582cdc932f4.tar.bz2 | |
root: add bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/root.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/root.rb b/Library/Formula/root.rb index 545fa7bc0..3fb2a852e 100644 --- a/Library/Formula/root.rb +++ b/Library/Formula/root.rb @@ -6,6 +6,12 @@ class Root < Formula version '5.34.10' sha1 '2dc0af12e531c4f2314a9fbd7dd4f5fee924d71c' + bottle do + sha1 '7f6abbf1bf9373764d8564e90552e8a1a03ed52d' => :mountain_lion + sha1 '6fb8a9c43c8ab9908571677634319c18d15ff8ea' => :lion + sha1 'a4f560c56436285635e03fdcd693d7e69320bbe9' => :snow_leopard + end + depends_on 'xrootd' => :recommended depends_on 'fftw' => :optional depends_on :x11 |
