diff options
| author | Adam Vandenberg | 2013-11-12 07:12:03 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-11-12 07:12:03 -0800 | 
| commit | ffe8fff74b4f5233f62b31422c81e4eb8bf4ec7f (patch) | |
| tree | 5065735303db705196e02a2c8ae8623c2c2c8ed7 /Library/Formula/coreutils.rb | |
| parent | b4ba9dc2f599ff173e85adbdda94a0c42e423bf6 (diff) | |
| download | homebrew-ffe8fff74b4f5233f62b31422c81e4eb8bf4ec7f.tar.bz2 | |
coreutils/ganglia conflict
Diffstat (limited to 'Library/Formula/coreutils.rb')
| -rw-r--r-- | Library/Formula/coreutils.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb index 4d001469d..22790b23c 100644 --- a/Library/Formula/coreutils.rb +++ b/Library/Formula/coreutils.rb @@ -6,6 +6,7 @@ class Coreutils < Formula    mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz'    sha256 'adaa44bdab3fa5eb352e80d8a31fdbf957b78653d0c2cd30d63e161444288e18' +  conflicts_with 'ganglia', :because => 'both install `gstat` binaries'    conflicts_with 'idutils', :because => 'both install `gid` and `gid.1`'    depends_on 'xz' => :build | 
