From f23cfa884c19262348a4ef170b449a65df287806 Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Sun, 17 Feb 2013 14:01:10 -0800 Subject: [PATCH] Blacklist plain gcc formula with caveat pointing to homebrew-versions Closes Homebrew/homebrew#17911. Signed-off-by: Adam Vandenberg --- Library/Homebrew/blacklist.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 5f1a007757..483b5649ed 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -47,6 +47,14 @@ def blacklisted? name Installing gmock system-wide is not recommended; it should be vendored in your projects that use it. EOS + when 'gcc' then <<-EOS.undent + GCC is now maintained in homebrew-versions, with major version + number in formula name as suffix. Please tap using: + + brew tap homebrew-versions + + and then install GCC based on its version, e.g., 'brew install gcc47'. + EOS when 'sshpass' then <<-EOS.undent We won't add sshpass because it makes it too easy for novice SSH users to ruin SSH's security.