From ec55b11582e230b735c3c1938261677696219a7e Mon Sep 17 00:00:00 2001 From: Jason Whittle Date: Mon, 16 Dec 2013 10:20:41 -0500 Subject: googlecl and osxutils conflict Closes #25258. Signed-off-by: Adam Vandenberg --- Library/Formula/googlecl.rb | 2 ++ Library/Formula/osxutils.rb | 1 + 2 files changed, 3 insertions(+) (limited to 'Library') diff --git a/Library/Formula/googlecl.rb b/Library/Formula/googlecl.rb index d133d2839..c578482ef 100644 --- a/Library/Formula/googlecl.rb +++ b/Library/Formula/googlecl.rb @@ -7,6 +7,8 @@ class Googlecl < Formula depends_on :python + conflicts_with 'osxutils', :because => 'both install a google binary' + # TODO: Move this into Library/Homebrew somewhere (see also ansible.rb). def wrap bin_file, pythonpath bin_file = Pathname.new bin_file diff --git a/Library/Formula/osxutils.rb b/Library/Formula/osxutils.rb index b86fbf06a..0bfe07127 100644 --- a/Library/Formula/osxutils.rb +++ b/Library/Formula/osxutils.rb @@ -9,6 +9,7 @@ class Osxutils < Formula conflicts_with 'trash', :because => 'both install a trash binary' conflicts_with 'leptonica', :because => "both leptonica and osxutils ship a `fileinfo` executable." + conflicts_with 'googlecl', :because => 'both install a google binary' def install system 'make' -- cgit v1.2.3