Skip to content

Commit 326fdaa

Browse files
committed
Add matching conflicts statements
Signed-off-by: Steve Peters <[email protected]>
1 parent 3acc7d0 commit 326fdaa

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Formula/gz-cmake5.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class GzCmake5 < Formula
1717
depends_on "cmake"
1818
depends_on "pkgconf"
1919

20+
conflicts_with "gz-scaffold-cmake", because: "both install gz-cmake"
21+
2022
def install
2123
cmake_args = std_cmake_args
2224
cmake_args << "-DBUILD_TESTING=OFF"

Formula/gz-utils4.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class GzUtils4 < Formula
1919
depends_on "gz-cmake5"
2020
depends_on "spdlog"
2121

22+
conflicts_with "gz-scaffold-utils", because: "both install gz-utils"
23+
2224
def install
2325
cmake_args = std_cmake_args
2426
cmake_args << "-DBUILD_TESTING=OFF"

0 commit comments

Comments
 (0)