On Fri, Apr 17, 2009 at 9:36 PM, Michael P. Soulier <msoul...@digitaltorque.ca> wrote: > On 17/04/09 Paul Hartman said: > >> To see which package(s) pulled in dbus in your setup you can use >> depclean, like on mine I get this: >> >> $ sudo emerge --depclean dbus -pv > > msoul...@anton:~$ sudo emerge --depclean dbus -pv > Password: > > Calculating dependencies... done! > sys-apps/dbus-1.2.3-r1 pulled in by: > dev-libs/dbus-glib-0.76 > > Repeating... > > msoul...@anton:~$ sudo emerge --depclean dev-libs/dbus-glib -pv > > Calculating dependencies... done! > dev-libs/dbus-glib-0.76 pulled in by: > media-gfx/ristretto-0.0.21 > media-plugins/audacious-plugins-1.5.1-r3 > media-sound/audacious-1.5.1-r1 > xfce-base/thunar-0.9.3 > xfce-base/xfdesktop-4.4.3 > > Still odd since I have -dbus in my make.conf.
That only disabled dbus when it is optional. Since you have packages that /require/ dbus (with no option to disable it), I guess that's where it is coming from. Specifically it looks like XFCE.