diff options
| author | William Woodruff | 2015-08-12 14:57:54 -0400 |
|---|---|---|
| committer | Misty De Meo | 2015-08-21 11:02:33 -0700 |
| commit | 8793a68ee422a2cee7035c1d564fbd81d0c72dc4 (patch) | |
| tree | 433997fbad1f3e746b57e1884019f0aef83982b5 /Library/Homebrew/requirements | |
| parent | 1face808f5f1dc43c887cab421b5c01f7e20fdf7 (diff) | |
| download | brew-8793a68ee422a2cee7035c1d564fbd81d0c72dc4.tar.bz2 | |
Add no-Xcode documentation for all classes, methods
Diffstat (limited to 'Library/Homebrew/requirements')
| -rw-r--r-- | Library/Homebrew/requirements/cctools_requirement.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Homebrew/requirements/cctools_requirement.rb b/Library/Homebrew/requirements/cctools_requirement.rb index 37be3207b..ab7f8cb59 100644 --- a/Library/Homebrew/requirements/cctools_requirement.rb +++ b/Library/Homebrew/requirements/cctools_requirement.rb @@ -1,3 +1,8 @@ +# Represents a general requirement for utilities normally installed by Xcode, +# the CLT, or provided by the cctools formula. In particular, this requirement +# allows Homebrew to pull in the cctools formula and use its utilities to +# perform relocation operations on systems that do not have either Xcode or the +# CLT installed (but still want to install bottled formulae). class CctoolsRequirement < Requirement fatal true default_formula 'cctools' |
