aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/formula_support.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/formula_support.rb')
-rw-r--r--Library/Homebrew/formula_support.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb
index 114e46de4..e7e2231fd 100644
--- a/Library/Homebrew/formula_support.rb
+++ b/Library/Homebrew/formula_support.rb
@@ -2,6 +2,8 @@ require 'download_strategy'
require 'checksum'
require 'version'
+FormulaConflict = Struct.new(:name, :reason)
+
class SoftwareSpec
attr_reader :checksum, :mirrors, :specs
attr_reader :using # for auditing