diff options
| author | Adam Vandenberg | 2013-11-09 22:57:51 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-09 23:05:26 -0800 |
| commit | f25b45cd9c5d6f082108d8b199a03370e6f56937 (patch) | |
| tree | 2e1495873b9a2745ae77005864a11612f0abeba2 | |
| parent | c62bebb7aa8a8744c2058084fd612c1413382abc (diff) | |
| download | homebrew-f25b45cd9c5d6f082108d8b199a03370e6f56937.tar.bz2 | |
clusterit/pdsh conflict
| -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' |
