Commit df482417 authored by Boris Yumankulov's avatar Boris Yumankulov Committed by Vitaly Lipatov

epm whatdepends: added dnf5 support

parent 48872579
......@@ -73,9 +73,9 @@ case $PMTYPE in
urpm-rpm)
CMD="urpmq --whatrequires"
;;
dnf-rpm)
dnf-rpm|dnf5-rpm)
# check command: dnf repoquery --whatrequires
CMD="repoquery --whatrequires"
CMD="dnf repoquery --whatrequires"
;;
emerge)
assure_exists equery
......
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