aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Young2015-04-14 16:12:11 -0700
committerMike McQuaid2015-04-14 22:38:33 -0700
commitde2a24a997fae3ef1111a6c2b68a255af2ef859d (patch)
treee436dfd0e793131da35658b59be1a498901ed43a
parentd2054c0cf1d0ad2b5e59f1662632721708205a67 (diff)
downloadhomebrew-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.rb2
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'