From 8c61ff650ed783ad700614ca70903cd5f5eed86d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 2 Jan 2013 23:36:18 -0600 Subject: moreutils and task-spooler conflict Fixes #16850. --- Library/Formula/moreutils.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Formula/moreutils.rb') diff --git a/Library/Formula/moreutils.rb b/Library/Formula/moreutils.rb index d530319f2..9b77e186f 100644 --- a/Library/Formula/moreutils.rb +++ b/Library/Formula/moreutils.rb @@ -9,6 +9,9 @@ class Moreutils < Formula conflicts_with 'parallel', :because => "both install a 'parallel' executable." + conflicts_with 'task-spooler', + :because => "both install a 'ts' executable." + def install # Building the man pages requires DocBook, so we skip them. scripts = %w[chronic combine ts vidir vipe zrun] -- cgit v1.2.3