On Friday 14 July 2006 18:04, Neil Bothwick wrote: > On Fri, 14 Jul 2006 16:32:45 +0100, Mick wrote: > > Is there a way of finding out what pulled them in *after* they have > > been installed (I am looking for something like a retrospective emerge > > -t option)? > > "equery depends packagename" should give you a clue. Thanks! It seems that: ================================= # equery depends orbit [ Searching for packages depending on orbit... ] gnome-base/gconf-2.14.0 # equery depends gconf [ Searching for packages depending on gconf... ] media-libs/gst-plugins-0.8.11 # equery depends gst-plugins [ Searching for packages depending on gst-plugins... ] # ================================= That said, my gst-plugin has all the right flags set: [ebuild R ] media-libs/gst-plugins-0.8.11 USE="alsa oss -debug -esd" This must be a new dependency then? -- Regards, Mick