osmium: add to blacklist.

References Homebrew/homebrew#12652.
This commit is contained in:
Mike McQuaid 2014-02-12 15:17:51 +00:00
parent 3320f12f76
commit efb3868697

View File

@ -83,5 +83,9 @@ def blacklisted? name
ruby-build` to build and install specific versions of Ruby:
brew install ruby-build
EOS
when 'osmium' then <<-EOS.undent
The creator of Osmium requests that it not be packaged and that people
use the GitHub master branch instead.
EOS
end
end