formula_support: keg_only style harmonisation

This commit is contained in:
Dominyk Tiller 2017-04-28 04:56:22 +01:00
parent 85053b1476
commit 25ffa301b8
No known key found for this signature in database
GPG Key ID: FE19AEFCF658C6F6

View File

@ -32,30 +32,30 @@ class KegOnlyReason
return @explanation unless @explanation.empty? return @explanation unless @explanation.empty?
case @reason case @reason
when :versioned_formula then <<-EOS.undent when :versioned_formula then <<-EOS.undent
This is an alternate version of another formula. this is an alternate version of another formula
EOS EOS
when :provided_by_macos, :provided_by_osx then <<-EOS.undent when :provided_by_macos, :provided_by_osx then <<-EOS.undent
macOS already provides this software and installing another version in macOS already provides this software and installing another version in
parallel can cause all kinds of trouble. parallel can cause all kinds of trouble
EOS EOS
when :shadowed_by_macos, :shadowed_by_osx then <<-EOS.undent when :shadowed_by_macos, :shadowed_by_osx then <<-EOS.undent
macOS provides similar software and installing this software in macOS provides similar software and installing this software in
parallel can cause all kinds of trouble. parallel can cause all kinds of trouble
EOS EOS
when :provided_pre_mountain_lion then <<-EOS.undent when :provided_pre_mountain_lion then <<-EOS.undent
macOS already provides this software in versions before Mountain Lion. macOS already provides this software in versions before Mountain Lion
EOS EOS
when :provided_pre_mavericks then <<-EOS.undent when :provided_pre_mavericks then <<-EOS.undent
macOS already provides this software in versions before Mavericks. macOS already provides this software in versions before Mavericks
EOS EOS
when :provided_pre_el_capitan then <<-EOS.undent when :provided_pre_el_capitan then <<-EOS.undent
macOS already provides this software in versions before El Capitan. macOS already provides this software in versions before El Capitan
EOS EOS
when :provided_until_xcode43 then <<-EOS.undent when :provided_until_xcode43 then <<-EOS.undent
Xcode provides this software prior to version 4.3. Xcode provides this software prior to version 4.3
EOS EOS
when :provided_until_xcode5 then <<-EOS.undent when :provided_until_xcode5 then <<-EOS.undent
Xcode provides this software prior to version 5. Xcode provides this software prior to version 5
EOS EOS
else else
@reason @reason