aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/blacklist.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-02-12 15:17:51 +0000
committerMike McQuaid2014-02-12 15:17:53 +0000
commit52586bd2c88194944cc6dcdb24adc54f47f1198a (patch)
tree280927824c90ae95c5751cb939228ed6ca49cbe8 /Library/Homebrew/blacklist.rb
parent7051972d87696f44c6e421604e42bb188ee13b96 (diff)
downloadhomebrew-52586bd2c88194944cc6dcdb24adc54f47f1198a.tar.bz2
osmium: add to blacklist.
References #12652.
Diffstat (limited to 'Library/Homebrew/blacklist.rb')
-rw-r--r--Library/Homebrew/blacklist.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 692a387fc..a5f0fceda 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