Merge bottle install without Xcode branch

Merge branch 'bottle_hooks'
This commit is contained in:
Misty De Meo 2015-08-21 11:04:22 -07:00
commit 313359f74c

View file

@ -12,7 +12,7 @@ class Cctools < Formula
end
bottle do
cellar :any
cellar :any_skip_relocation
sha1 "1acad163d4a245f5bd7ad2668cc87a5c9102163a" => :yosemite
sha1 "2629465c3d063d3a108adc987bbaa910a49db5f4" => :mavericks
sha1 "b5ccf7ea27f82e7eb8aeed1e327079c8a07434fb" => :mountain_lion
@ -20,6 +20,8 @@ class Cctools < Formula
depends_on :ld64
cxxstdlib_check :skip
keg_only :provided_by_osx,
"This package duplicates tools shipped by Xcode."