From 230c87aff006e36bd65bb6dcc8a3877aad2c9290 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Fri, 6 Oct 2017 10:12:09 -0700 Subject: Rename MinimumMacOSRequirement to MacOSRequirement Move MinimumMacOSRequirement to compat. --- Library/Homebrew/compat/requirements.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/compat') diff --git a/Library/Homebrew/compat/requirements.rb b/Library/Homebrew/compat/requirements.rb index 77760d1dc..3886cd7c7 100644 --- a/Library/Homebrew/compat/requirements.rb +++ b/Library/Homebrew/compat/requirements.rb @@ -17,3 +17,4 @@ PythonDependency = PythonRequirement TuntapDependency = TuntapRequirement X11Dependency = X11Requirement ConflictsWithBinaryOsxfuse = NonBinaryOsxfuseRequirement +MinimumMacOSRequirement = MacOSRequirement -- cgit v1.2.3