Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 400913

Summary: app-portage/gentoolkit improvement for rdepend scan
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Portage Tools Team <tools-portage>
Status: CONFIRMED ---    
Severity: enhancement CC: johu, kensington
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Agostino Sarubbo gentoo-dev 2012-01-26 13:33:20 UTC
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
Comment 1 Ulenrich 2019-03-23 07:51:03 UTC
Yes, please!
But better a longer name, self-explanatory like:

revdiag-rdepend <pkg>