aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-22 07:51:33 -0800
committerAdam Vandenberg2014-05-12 21:22:01 -0700
commit88865416e92449519ba638e6d5ab47542fcf29f1 (patch)
tree16d1d044a91b84412f5e881be9816dd5d64e8799 /Library
parent108339ae0fedcf3428d1040f5562eeff38b1d9c5 (diff)
downloadbrew-88865416e92449519ba638e6d5ab47542fcf29f1.tar.bz2
document FormulaConflict
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/formula_support.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb
index 587a5f3ce..f3587e9a8 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