From 2d47a5f25999416571d17bd08a85ad1311f653c4 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg <flangy@gmail.com> Date: Mon, 19 May 2014 14:59:59 -0700 Subject: [PATCH] blacklist: gfortran is now part of gcc --- Library/Homebrew/blacklist.rb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 1d1947b4d1..3141bf0aca 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -75,5 +75,9 @@ def blacklisted? name The creator of Osmium requests that it not be packaged and that people use the GitHub master branch instead. EOS + when 'gfortran' then <<-EOS.undent + GNU Fortran is now provided as part of GCC, and can be installed with: + brew install gcc + EOS end end -- GitLab