Hi, I usually use a big scanelf command to find the possible rdepend. Could be a good idea have in gentoolkit a binary like /usr/bin/rdepend that contains a line like this? qlist -e "$@" | xargs scanelf -L -n -q -F '%n #F' | tr , ' ' | xargs qfile -Cv | sort -u | awk '{print $1}' | uniq
Yes, please! But better a longer name, self-explanatory like: revdiag-rdepend <pkg>