From 852e5bf3d99e4a03a6b5eb74a6d3eef4958b2f3a Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 9 Nov 2013 22:57:51 -0800 Subject: [PATCH] clusterit/pdsh conflict --- Formula/clusterit.rb | 1 + Formula/pdsh.rb | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Formula/clusterit.rb b/Formula/clusterit.rb index 4da5ce1e10..e578761292 100644 --- a/Formula/clusterit.rb +++ b/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/Formula/pdsh.rb b/Formula/pdsh.rb index 22693cf5b8..b5dcc95dd0 100644 --- a/Formula/pdsh.rb +++ b/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'