diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clusterit.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/pdsh.rb | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/Library/Formula/clusterit.rb b/Library/Formula/clusterit.rb index 4da5ce1e1..e57876129 100644 --- a/Library/Formula/clusterit.rb +++ b/Library/Formula/clusterit.rb @@ -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 diff --git a/Library/Formula/pdsh.rb b/Library/Formula/pdsh.rb index 22693cf5b..b5dcc95dd 100644 --- a/Library/Formula/pdsh.rb +++ b/Library/Formula/pdsh.rb @@ -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' |
