formula_support: add Pre El Capitan keg_only
This commit is contained in:
parent
8374374168
commit
48ba192a3b
@ -15,6 +15,8 @@ class KegOnlyReason
|
|||||||
MacOS.version < :mountain_lion
|
MacOS.version < :mountain_lion
|
||||||
when :provided_pre_mavericks
|
when :provided_pre_mavericks
|
||||||
MacOS.version < :mavericks
|
MacOS.version < :mavericks
|
||||||
|
when :provided_pre_el_capitan
|
||||||
|
MacOS.version < :el_capitan
|
||||||
when :provided_until_xcode43
|
when :provided_until_xcode43
|
||||||
MacOS::Xcode.version < "4.3"
|
MacOS::Xcode.version < "4.3"
|
||||||
when :provided_until_xcode5
|
when :provided_until_xcode5
|
||||||
@ -34,12 +36,15 @@ EOS
|
|||||||
when :shadowed_by_osx then <<-EOS
|
when :shadowed_by_osx then <<-EOS
|
||||||
OS X provides similar software and installing this software in
|
OS X provides similar software and installing this software in
|
||||||
parallel can cause all kinds of trouble.
|
parallel can cause all kinds of trouble.
|
||||||
|
EOS
|
||||||
|
when :provided_pre_mountain_lion then <<-EOS
|
||||||
|
OS X already provides this software in versions before Mountain Lion.
|
||||||
EOS
|
EOS
|
||||||
when :provided_pre_mavericks then <<-EOS
|
when :provided_pre_mavericks then <<-EOS
|
||||||
OS X already provides this software in versions before Mavericks.
|
OS X already provides this software in versions before Mavericks.
|
||||||
EOS
|
EOS
|
||||||
when :provided_pre_mountain_lion then <<-EOS
|
when :provided_pre_el_capitan then <<-EOS
|
||||||
OS X already provides this software in versions before Mountain Lion.
|
OS X already provides this software in versions before El Capitan.
|
||||||
EOS
|
EOS
|
||||||
when :provided_until_xcode43
|
when :provided_until_xcode43
|
||||||
"Xcode provides this software prior to version 4.3."
|
"Xcode provides this software prior to version 4.3."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user