From eadbd95d2c785c78ac4d6deee37e0841fc155d6b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 19 Mar 2017 20:45:21 +0200 Subject: audit: check system dupe deps on new formulae. Provide a gentle nudge to users to check if these dependencies are definitely required. --- Library/Homebrew/formula_support.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Homebrew/formula_support.rb') diff --git a/Library/Homebrew/formula_support.rb b/Library/Homebrew/formula_support.rb index dcb995a6b..b8476f5cc 100644 --- a/Library/Homebrew/formula_support.rb +++ b/Library/Homebrew/formula_support.rb @@ -4,6 +4,8 @@ FormulaConflict = Struct.new(:name, :reason) # Used to annotate formulae that duplicate macOS provided software # or cause conflicts when linked in. class KegOnlyReason + attr_reader :reason + def initialize(reason, explanation) @reason = reason @explanation = explanation -- cgit v1.2.3