gettext, readline: Add keg_only :shadowed_by_osx
Closes Homebrew/homebrew#31951. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6b9a929e40
commit
8e3e0be6d1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user