colordiff: fix missing conflict
with cdiff
Closes Homebrew/homebrew#47504. Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
parent
fd70de4bb3
commit
fd7154d91c
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ class Colordiff < Formula
|
|||
sha256 "386b872c9ce130d237efcf4874c4e06582e56bc243fe89c7cd355e72f6d0f048" => :mavericks
|
||||
end
|
||||
|
||||
conflicts_with "cdiff", :because => "both install `cdiff` binaries"
|
||||
|
||||
patch :DATA
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue