On 12/9/05, Edwin Kapauni <[EMAIL PROTECTED]> wrote: > Richard Fish wrote: > > [...] > > > > "Equery depends" is a little brain damaged here. It lists _possible_ > > dependancies, not real ones. > > Good to know. Is there any more reliable replacement for "equery d"?
Nothing really simple, but you can script it with something like:
dep=gnome-vfs; for pkg in `equery depends $dep` ; do
t=`emerge -Dvep =$pkg | grep $dep`
test -n "$t" && echo $pkg
done
HTH,
-Richard
--
[email protected] mailing list

