mytop: conflicts_with percona-toolkit
Closes Homebrew/homebrew#46782. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ccf7695c7f
commit
7a2ec71191
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ class Mytop < Formula
|
|||
|
||||
conflicts_with "mariadb", :because => "both install `mytop` binaries"
|
||||
conflicts_with "innotop", :because => "both install `perllocal.pod`"
|
||||
conflicts_with "percona-toolkit", :because => "both install `perllocal.pod`"
|
||||
|
||||
resource "DBD::mysql" do
|
||||
url "https://cpan.metacpan.org/authors/id/C/CA/CAPTTOFU/DBD-mysql-4.033.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue