From a1e30cdd3a142bc8d58b7885156b186497721778 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 9 Jun 2013 15:20:09 -0500 Subject: Update Formula#to_hash for tweaked conflicts implementation --- Library/Homebrew/formula.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 51b02eab0..a26e7e448 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -519,7 +519,7 @@ class Formula "linked_keg" => (linked_keg.realpath.basename.to_s if linked_keg.exist?), "keg_only" => keg_only?, "dependencies" => deps.map {|dep| dep.to_s}, - "conflicts_with" => conflicts.map {|c| c.formula}, + "conflicts_with" => conflicts.map(&:name), "options" => [], "caveats" => caveats } -- cgit v1.2.3