diff options
| author | Eli Young | 2015-04-14 16:12:11 -0700 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-14 22:38:33 -0700 | 
| commit | de2a24a997fae3ef1111a6c2b68a255af2ef859d (patch) | |
| tree | e436dfd0e793131da35658b59be1a498901ed43a | |
| parent | d2054c0cf1d0ad2b5e59f1662632721708205a67 (diff) | |
| download | homebrew-de2a24a997fae3ef1111a6c2b68a255af2ef859d.tar.bz2 | |
vcsh: remove dependency on mr
vcsh doesn't actually have any dependencies.
Closes #38656.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/vcsh.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/Library/Formula/vcsh.rb b/Library/Formula/vcsh.rb index 01595f9c3..b8cbc8228 100644 --- a/Library/Formula/vcsh.rb +++ b/Library/Formula/vcsh.rb @@ -6,8 +6,6 @@ class Vcsh < Formula    version '1.20141026'    sha1 '9e4fac6d354fca4bda32cab8fa7f0fffe4ddd110' -  depends_on 'mr' -    def install      bin.install 'vcsh'      man1.install 'vcsh.1' | 
