cartr/homebrew-qt4

MacOS.prefer_64_bit? has been deprecated in Homebrew so the formula now fails to install

Closed this issue · 1 comments

The following line causes a MethodDeprecationError when brew upgrade is run due to the deprecation of the method in Homebrew core.

if MacOS.prefer_64_bit?

The relevant Pull Request in Homebrew can be seen here: Homebrew/brew#5519

cartr commented

Thanks for the report! I've removed this call from the formula source code.