formula_support: add provided_pre_high_sierra keg_only
This commit is contained in:
parent
627b1dae70
commit
0a10ca61dc
@ -19,6 +19,8 @@ class KegOnlyReason
|
|||||||
MacOS.version < :mavericks
|
MacOS.version < :mavericks
|
||||||
when :provided_pre_el_capitan
|
when :provided_pre_el_capitan
|
||||||
MacOS.version < :el_capitan
|
MacOS.version < :el_capitan
|
||||||
|
when :provided_pre_high_sierra
|
||||||
|
MacOS.version < :high_sierra
|
||||||
when :provided_until_xcode43
|
when :provided_until_xcode43
|
||||||
MacOS::Xcode.installed? && MacOS::Xcode.version < "4.3"
|
MacOS::Xcode.installed? && MacOS::Xcode.version < "4.3"
|
||||||
when :provided_until_xcode5
|
when :provided_until_xcode5
|
||||||
@ -51,6 +53,9 @@ class KegOnlyReason
|
|||||||
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_pre_high_sierra then <<-EOS.undent
|
||||||
|
macOS already provides this software in versions before High Sierra
|
||||||
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user