aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/blacklist.rb12
1 files changed, 2 insertions, 10 deletions
diff --git a/Library/Homebrew/blacklist.rb b/Library/Homebrew/blacklist.rb
index 3f2931931..cbbe976df 100644
--- a/Library/Homebrew/blacklist.rb
+++ b/Library/Homebrew/blacklist.rb
@@ -1,15 +1,7 @@
def blacklisted? name
case name.downcase
- when 'screen', /^rubygems?$/ then <<-EOS.undent
- Apple distributes #{name} with OS X, you can find it in /usr/bin.
- EOS
- when 'libpcap' then <<-EOS.undent
- Apple distributes #{name} with OS X, you can find it in /usr/lib.
- EOS
- when 'libiconv' then <<-EOS.undent
- Apple distributes #{name} with OS X, you can find it in /usr/lib.
- Some build scripts fail to detect it correctly, please check existing
- formulae for solutions.
+ when 'gem', /^rubygems?$/ then <<-EOS.undent
+ Homebrew provides gem via: `brew install ruby`.
EOS
when 'tex', 'tex-live', 'texlive', 'latex' then <<-EOS.undent
Installing TeX from source is weird and gross, requires a lot of patches,