parent
a348a14225
commit
4e5c8a35e5
@ -223,8 +223,8 @@ module Homebrew
|
|||||||
# @private
|
# @private
|
||||||
def depends_on(a, b)
|
def depends_on(a, b)
|
||||||
if a.opt_or_installed_prefix_keg
|
if a.opt_or_installed_prefix_keg
|
||||||
.runtime_dependencies
|
&.runtime_dependencies
|
||||||
.any? { |d| d["full_name"] == b.full_name }
|
&.any? { |d| d["full_name"] == b.full_name }
|
||||||
1
|
1
|
||||||
else
|
else
|
||||||
a <=> b
|
a <=> b
|
||||||
|
Loading…
x
Reference in New Issue
Block a user