Skip to content

Commit

Permalink
Merge pull request Homebrew#199647 from Homebrew/declare-missing-conf…
Browse files Browse the repository at this point in the history
…licts

misc formulae: declare missing conflicts
  • Loading branch information
BrewTestBot authored Dec 1, 2024
2 parents 3c3399c + 9ab5ca3 commit 647f421
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/t/television.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ class Television < Formula

depends_on "rust" => :build

conflicts_with "tidy-viewer", because: "both install `tv` binaries"

def install
system "cargo", "install", *std_cargo_args
end
Expand Down
2 changes: 2 additions & 0 deletions Formula/t/tidy-viewer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ class TidyViewer < Formula

depends_on "rust" => :build

conflicts_with "television", because: "both install `tv` binaries"

def install
system "cargo", "install", *std_cargo_args
bin.install_symlink "tidy-viewer" => "tv"
Expand Down

0 comments on commit 647f421

Please sign in to comment.