From ce604c642d830f96fe7aced5452650cf9867cb9d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 14 Aug 2012 11:37:29 -0500 Subject: Deprecate MacOS.version? style methods Signed-off-by: Jack Nagel --- Library/Formula/python3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/python3.rb') diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb index abfce4ca9..1bb9e2c13 100644 --- a/Library/Formula/python3.rb +++ b/Library/Formula/python3.rb @@ -168,7 +168,7 @@ class Python3 < Formula See: https://github.com/mxcl/homebrew/wiki/Homebrew-and-Python EOS - text += tk_caveats unless MacOS.lion_or_newer? + text += tk_caveats unless MacOS.version >= :lion text += general_caveats return text end -- cgit v1.2.3