formula_support: add provided_pre_mavericks
Closes Homebrew/homebrew#42460. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
e1d736a0fa
commit
4f549da115
@ -13,6 +13,8 @@ class KegOnlyReason
|
|||||||
case @reason
|
case @reason
|
||||||
when :provided_pre_mountain_lion
|
when :provided_pre_mountain_lion
|
||||||
MacOS.version < :mountain_lion
|
MacOS.version < :mountain_lion
|
||||||
|
when :provided_pre_mavericks
|
||||||
|
MacOS.version < :mavericks
|
||||||
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
|
||||||
@ -30,8 +32,11 @@ OS X 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_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_mavericks then <<-EOS
|
||||||
|
OS X already provides this software in versions before Mavericks.
|
||||||
EOS
|
EOS
|
||||||
when :provided_pre_mountain_lion then <<-EOS
|
when :provided_pre_mountain_lion then <<-EOS
|
||||||
OS X already provides this software in versions before Mountain Lion.
|
OS X already provides this software in versions before Mountain Lion.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user