num-utils: conflict with 'crush-tools' added

This commit is contained in:
Baptiste Fontaine 2015-08-28 21:41:00 +02:00
parent b93c61bc69
commit 394c384fd3

View file

@ -13,6 +13,7 @@ class NumUtils < Formula
end
conflicts_with "normalize", :because => "both install `normalize` binaries"
conflicts_with "crush-tools", :because => "both install an `range` binary"
def install
%w[average bound interval normalize numgrep numprocess numsum random range round].each do |p|