From 8ca7124cbc66c7da6184a5d4a6d7c0ce03687c85 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 19 May 2014 14:58:27 -0700 Subject: [PATCH] blacklist: remove gcc --- Library/Homebrew/blacklist.rb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 205a32ca15..1d1947b4d1 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -49,14 +49,6 @@ 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.