From bdde943c75fa6b40e4ac038e80c74d47e877939e Mon Sep 17 00:00:00 2001 From: Tomasz Pajor Date: Mon, 30 Jan 2017 10:41:50 +0100 Subject: [PATCH] mysql@5.5: audit fix keg_only :versioned_formula --- Formula/mysql@5.5.rb | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Formula/mysql@5.5.rb b/Formula/mysql@5.5.rb index c6d2b2b612..f21f8c285d 100644 --- a/Formula/mysql@5.5.rb +++ b/Formula/mysql@5.5.rb @@ -28,15 +28,7 @@ class MysqlAT55 < Formula depends_on "pidof" unless MacOS.version >= :mountain_lion depends_on "openssl" - conflicts_with "mysql", :because => "Different versions of same formula" - conflicts_with "mysql@5.6", :because => "Different versions of same formula" - - conflicts_with "mysql-cluster", "mariadb", "percona-server", - :because => "mysql, mariadb, and percona install the same binaries." - conflicts_with "mysql-connector-c", - :because => "both install MySQL client libraries" - conflicts_with "mariadb-connector-c", - :because => "both install plugins" + keg_only :versioned_formula def datadir var/"mysql"