aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mutt.rb
diff options
context:
space:
mode:
authorPhilip Paeps2013-12-24 09:38:59 +0000
committerMike McQuaid2013-12-24 09:38:59 +0000
commit973e274627b0a0114ff18e323e7f545aed470ed2 (patch)
tree77799175a0ea878ff809be4598e68850b833ba10 /Library/Formula/mutt.rb
parentda7e51f0a9393027b6d0698bb026cd8c7180182a (diff)
downloadhomebrew-973e274627b0a0114ff18e323e7f545aed470ed2.tar.bz2
mutt: don't conflict with non-conflicting signing-party
Mutt can coexist with signing-party if signing-party is brewed with the --with-rename-pgpring option. Closes #25382. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/mutt.rb')
-rw-r--r--Library/Formula/mutt.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/mutt.rb b/Library/Formula/mutt.rb
index 96b7515e8..010f1a329 100644
--- a/Library/Formula/mutt.rb
+++ b/Library/Formula/mutt.rb
@@ -16,8 +16,10 @@ class Mutt < Formula
depends_on :automake
end
- conflicts_with 'signing-party',
- :because => 'mutt installs private copies of pgpring and pgpewrap'
+ if Tab.for_name('signing-party').used_options.include? 'with-rename-pgpring'
+ conflicts_with 'signing-party',
+ :because => 'mutt installs a private copy of pgpring'
+ end
conflicts_with 'tin',
:because => 'both install mmdf.5 and mbox.5 man pages'