Skip to content

Commit

Permalink
Merge pull request #192272 from Homebrew/declare-missing-conflicts
Browse files Browse the repository at this point in the history
misc formulae: declare missing conflicts
  • Loading branch information
BrewTestBot authored Sep 29, 2024
2 parents b790d5b + 45d98b7 commit 2824dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/d/dwarfutils.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ class Dwarfutils < Formula

uses_from_macos "zlib"

conflicts_with "orbuculum", because: "both install `dwarfdump` binaries"

def install
system "sh", "autogen.sh" if build.head?
system "./configure", *std_configure_args, "--enable-shared"
Expand Down
2 changes: 2 additions & 0 deletions Formula/o/orbuculum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ class Orbuculum < Formula
depends_on "elfutils"
end

conflicts_with "dwarfutils", because: "both install `dwarfdump` binaries"

def install
system "meson", "setup", "build", *std_meson_args
system "meson", "compile", "-C", "build", "--verbose"
Expand Down

0 comments on commit 2824dd7

Please sign in to comment.