diff options
| author | Sorin Ionescu | 2014-02-11 15:41:03 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-11 20:59:30 -0800 |
| commit | f9f8d70a26a28a1fbfff22197c5aed3bdf6e11f1 (patch) | |
| tree | cd4f96c53716de342053378f78d1114f253edfea | |
| parent | e95284525c27bcb54bc36237c33080c8f0510dee (diff) | |
| download | homebrew-f9f8d70a26a28a1fbfff22197c5aed3bdf6e11f1.tar.bz2 | |
encfs: remove conflicts_with
Closes #26636.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | Library/Formula/encfs.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/encfs.rb b/Library/Formula/encfs.rb index e288b7aa9..b7076efe5 100644 --- a/Library/Formula/encfs.rb +++ b/Library/Formula/encfs.rb @@ -11,8 +11,6 @@ class Encfs < Formula depends_on 'rlog' depends_on 'osxfuse' - conflicts_with 'fuse4x' - # Following patch and changes in install section, # required for better compatibility with OSX, especially OSX 10.9. # Changes are already in usptream and planned to be included in next stable release 1.75. |
