Commit 7667c826 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-whatdepends: add homebrew support

parent 6b893519
......@@ -61,6 +61,9 @@ case $PMTYPE in
assure_exists equery
CMD="equery depends -a"
;;
homebrew)
CMD="brew uses"
;;
pkgng)
CMD="pkg info -r"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment