diff options
| author | Jack Nagel | 2013-11-28 19:32:36 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-28 19:32:39 -0600 |
| commit | dc5d10cd4976badfffc6fa9192a3d946e9672c7b (patch) | |
| tree | c1f018a10d3e868dedffe515e673afb427ec2538 /Library/Formula/mysql.rb | |
| parent | 841bf8f838f9cfcaa9651e7b0f8282aa6fe3aab5 (diff) | |
| download | homebrew-dc5d10cd4976badfffc6fa9192a3d946e9672c7b.tar.bz2 | |
Add conflicts_with annotations for mysql-connector-c
Fixes #24756.
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index eec11aeab..e9c212081 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -25,6 +25,8 @@ class Mysql < 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' env :std if build.universal? |
