From 8e3e0be6d1579d60c3b6fbfea7bff746c92bcf10 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Wed, 27 Aug 2014 12:53:41 -0700 Subject: gettext, readline: Add keg_only :shadowed_by_osx Closes Homebrew/homebrew#31951. Signed-off-by: Jack Nagel --- Library/Homebrew/formula_support.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library') diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index aa3174219..12ca38e66 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -28,6 +28,12 @@ class KegOnlyReason Mac OS X already provides this software and installing another version in parallel can cause all kinds of trouble. + #{@explanation} + EOS + when :shadowed_by_osx then <<-EOS.undent + Mac OS X provides similar software, and installing this software in + parallel can cause all kinds of trouble. + #{@explanation} EOS when :provided_pre_mountain_lion then <<-EOS.undent -- cgit v1.2.3