When updating world with migrating qmpdclient-1.0.9 to qmpdclient-1.1.0-r1 I am getting a message: emerge: there are no ebuilds built with USE flags to satisfy "x11-libs/qt-gui:4[dbus]". !!! One of the following packages is required to complete your request: - x11-libs/qt-gui-4.5.1 (Change USE: +dbus) (dependency required by "media-sound/qmpdclient-1.1.0-r1" [ebuild]) (dependency required by "world" [argument]) I contacted with qmpdclient developer, Voker57, he said that support of dbus must be automatically switched off in compilation time when dbus is not installed. Please add dbus flag in qmpdclient ebuild. Reproducible: Always Steps to Reproduce: 1. USE='-dbus' in /etc/make.conf 2. emerge =media-sound/qmpdclient-1.1.0-r1
+*qmpdclient-1.1.0-r2 (18 May 2009) + + 18 May 2009; Markos Chandras <hwoarang@gentoo.org> + +qmpdclient-1.1.0-r2.ebuild: + Add dbus use flag. Fixes bug 270324 + Fixed on cvs . Thanks for reporting