clusterit/pdsh conflict
This commit is contained in:
parent
6f038f35e1
commit
852e5bf3d9
2 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@ class Clusterit < Formula
|
|||
sha1 '65d36116665179dd16029ac53182fde92d868020'
|
||||
|
||||
conflicts_with 'couchdb-lucene', :because => 'both install a `run` binary'
|
||||
conflicts_with 'pdsh', :because => 'both install `dshbak`'
|
||||
|
||||
depends_on :x11
|
||||
|
||||
|
|
|
@ -5,6 +5,8 @@ class Pdsh < Formula
|
|||
url 'http://pdsh.googlecode.com/files/pdsh-2.29.tar.bz2'
|
||||
sha1 'a3e44ffba151f023d72df67cd7a7d37b4a80c80e'
|
||||
|
||||
conflicts_with 'clusterit', :because => 'both install `dshbak`'
|
||||
|
||||
option "without-dshgroups", "Compile without dshgroups which conflicts with genders. The option should be specified to load genders module first instead of dshgroups."
|
||||
|
||||
depends_on 'readline'
|
||||
|
|
Loading…
Reference in a new issue