diff options
| author | Jack Nagel | 2014-12-18 16:46:15 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-18 16:46:15 -0500 | 
| commit | 56aadabcaaf57b26faf34d89be4fd2339b058870 (patch) | |
| tree | 85a41e4f68cc94f5b2d9658ad643d90655565b7c | |
| parent | 7c97de236268830f76a3e7e5f8690ea273eac086 (diff) | |
| download | homebrew-56aadabcaaf57b26faf34d89be4fd2339b058870.tar.bz2 | |
fastbit: fix audit warning
| -rw-r--r-- | Library/Formula/fastbit.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Formula/fastbit.rb b/Library/Formula/fastbit.rb index c56fb1634..785a5549f 100644 --- a/Library/Formula/fastbit.rb +++ b/Library/Formula/fastbit.rb @@ -6,7 +6,6 @@ class Fastbit < Formula    sha1 '3e0feed7932d34be49ca41fdb689f55b0466a28a'    conflicts_with 'iniparser', :because => 'Both install `include/dictionary.h`' -  conflicts_with 'salt', :because => 'Both install `include/filter.h`'    def install      system "./configure", "--disable-debug", "--disable-dependency-tracking", | 
