blacklist: gfortran is now part of gcc

This commit is contained in:
Adam Vandenberg 2014-05-19 14:59:59 -07:00
parent 8ca7124cbc
commit 2d47a5f259

View File

@ -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