Skip to content

Commit

Permalink
percona-server: add conflicts_with for protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
samford authored May 25, 2020
1 parent 08de5f5 commit dd2556b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Formula/percona-server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class PerconaServer < Formula

conflicts_with "mariadb", "mysql",
:because => "percona, mariadb, and mysql install the same binaries."
conflicts_with "protobuf",
:because => "both install libprotobuf(-lite) libraries."

# https://bugs.mysql.com/bug.php?id=86711
# https://github.com/Homebrew/homebrew-core/pull/20538
Expand Down

0 comments on commit dd2556b

Please sign in to comment.