Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250598 - x11-plugins/wmauda wants use flag "dbus" for audacious
Summary: x11-plugins/wmauda wants use flag "dbus" for audacious
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dockapp Team
URL:
Whiteboard:
Keywords:
: 254001 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-12-11 08:56 UTC by Olaf Walkowiak
Modified: 2009-03-11 09:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Olaf Walkowiak 2008-12-11 08:56:28 UTC
wmauda want audacious built with dbus use flag, but that use flag does not exist.

Removing that stuff from pkg_setup in ebuild fixes the problem

Reproducible: Always

Steps to Reproduce:
1. emerge wmauda
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2008-12-13 17:11:49 UTC
>=audacious-1.5.0 ebuilds have a hard dependency on dbus
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-01-07 13:26:25 UTC
*** Bug 254001 has been marked as a duplicate of this bug. ***
Comment 3 Michele Noberasco (RETIRED) gentoo-dev 2009-01-14 13:45:54 UTC
On ppc the latest stable version of audacious is 1.4.6, which still has the dbus USE flag... there is a bug open to stable it, so adding it as a dep on this one.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-03-04 10:49:12 UTC
built_with_use --missing true

that's what it was created for.
Comment 5 Michele Noberasco (RETIRED) gentoo-dev 2009-03-11 09:04:37 UTC
Fixed.

Diego, thanks for the tip!