From 88865416e92449519ba638e6d5ab47542fcf29f1 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 22 Feb 2014 07:51:33 -0800 Subject: [PATCH] document FormulaConflict --- Library/Homebrew/formula_support.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index 587a5f3cec..f3587e9a80 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -1,3 +1,4 @@ +# Used to track formulae that cannot be installed at the same time FormulaConflict = Struct.new(:name, :reason) # Used to annotate formulae that duplicate OS X provided software