diff options
| author | Mike McQuaid | 2016-10-15 11:47:29 +0100 |
|---|---|---|
| committer | GitHub | 2016-10-15 11:47:29 +0100 |
| commit | 13276409a9b08fcbadfed18c25b6fd11af343729 (patch) | |
| tree | e687569323bf8064a33b58a918170cee9c143b81 /Library/Homebrew/requirements | |
| parent | ac50ffc82d2590eed8d666464a7b0213e3db00d7 (diff) | |
| parent | 5163aa5d21a612738362a186e6d45e6fb1daa94a (diff) | |
| download | brew-13276409a9b08fcbadfed18c25b6fd11af343729.tar.bz2 | |
Merge pull request #1275 from woodruffw/goodbye-cctools
formula_installer: Remove obsolete hard dependency on cctools.
Diffstat (limited to 'Library/Homebrew/requirements')
| -rw-r--r-- | Library/Homebrew/requirements/cctools_requirement.rb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Homebrew/requirements/cctools_requirement.rb b/Library/Homebrew/requirements/cctools_requirement.rb deleted file mode 100644 index ef0cd680c..000000000 --- a/Library/Homebrew/requirements/cctools_requirement.rb +++ /dev/null @@ -1,13 +0,0 @@ -# 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" - - satisfy(build_env: false) do - MacOS::Xcode.installed? || MacOS::CLT.installed? || Formula["cctools"].installed? - end -end |
