| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Closes Homebrew/homebrew#17935.
|
|
|
|
|
|
|
|
This fixes superenv on Xcode 3.2.6, and also fixes C++ software with
gcc-4.2 on all Xcodes.
|
|
|
|
|
|
|
|
Fixes Homebrew/homebrew#20080.
|
|
|
|
|
|
Due to the precedence of "and" relative to "||", this was not working as
intended; but because #version influences #prefix, the outcome was still
correct. So we can simplify this method quite a bit, and take the
opportunity to share code with #prefix.
|
|
|
|
|
|
Fixes Homebrew/homebrew#20084.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Closes Homebrew/homebrew#20081.
|
|
|
|
|
|
|
|
This matches the eql? definition for requirements.
|
|
|
|
|
|
|
|
|
|
Fixes Homebrew/homebrew#20045.
|
|
Closes Homebrew/homebrew#19966.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes Homebrew/homebrew#20000.
|
|
Closes Homebrew/homebrew#19995.
|
|
|
|
Closes Homebrew/homebrew#19959.
|
|
|
|
|
|
|
|
|