diff options
| author | Misty De Meo | 2016-01-01 19:34:57 -0400 |
|---|---|---|
| committer | Misty De Meo | 2016-01-01 20:10:34 -0400 |
| commit | aa1461b7d67e5c0f0f37420c8168b38f9784e28f (patch) | |
| tree | 6f75a921a0ff1b1ca4e23eb48eca997c5568fab2 /Library/Homebrew | |
| parent | 36cef3c9744c7bc5d7215c5b79ea304a3aa2cfc2 (diff) | |
| download | brew-aa1461b7d67e5c0f0f37420c8168b38f9784e28f.tar.bz2 | |
LanguageModuleRequirement: remove ocaml support
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/dependency_collector.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/dependency_collector.rb b/Library/Homebrew/dependency_collector.rb index b67598cfe..94b76fd8f 100644 --- a/Library/Homebrew/dependency_collector.rb +++ b/Library/Homebrew/dependency_collector.rb @@ -18,7 +18,7 @@ require "set" class DependencyCollector # Define the languages that we can handle as external dependencies. LANGUAGE_MODULES = Set[ - :jruby, :lua, :ocaml, :perl, :python, :python3, :ruby + :jruby, :lua, :perl, :python, :python3, :ruby ].freeze CACHE = {} |
