On 6/14/06, Bo Ørsted Andresen <[EMAIL PROTECTED]> wrote:
Like this:

# emerge -ep kontact kmail knode akregator | awk '$1~/ebuild/{print $4}' | \
        sed -e 's/\-[0-9][A-Za-z0-9._-]*$//' | grep lib | xargs emerge -vp

This will merge all of system.  I was thinking more like:

ldd `which kontact kmail knode akregator` | grep '=>' | awk '{print $3}' \
   | sort | uniq | xargs equery belongs | grep '/' | sort | uniq \
   | xargs printf "=%s\n" | xargs emerge -p --oneshot

(Ok people, have at it.  Show me how you can do this in 5 commands or less.)

-Richard





Or how else to know?

--
Bo Andresen




--
gentoo-user@gentoo.org mailing list

Reply via email to