coreutils/ganglia conflict
This commit is contained in:
parent
8f976c60b3
commit
6aac574190
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -5,6 +5,8 @@ class Ganglia < Formula
|
|||
url 'http://downloads.sourceforge.net/project/ganglia/ganglia%20monitoring%20core/3.6.0/ganglia-3.6.0.tar.gz'
|
||||
sha1 'b06529ac49deb1f1c65c6215b8d2d13c3f3fa23f'
|
||||
|
||||
conflicts_with 'coreutils', :because => 'both install `gstat` binaries'
|
||||
|
||||
depends_on 'pkg-config' => :build # to find APR
|
||||
depends_on 'confuse'
|
||||
depends_on 'pcre'
|
||||
|
|
Loading…
Reference in a new issue