diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb index 692a387fca..a5f0fcedac 100644 --- a/Library/Homebrew/blacklist.rb +++ b/Library/Homebrew/blacklist.rb @@ -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