Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 290667

Summary: Totem depends on bluez-libs instead of bluez when using USE="bluetooth"
Product: Gentoo Linux Reporter: Rob <bertaboy>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Rob 2009-10-27 00:58:43 UTC
When building with bluetooth support, Totem depends on net-wireless/bluez-libs instead of net-wireless/bluez.  bluez now contains both bluez-libs as well as bluez-utils.

Reproducible: Always
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-10-27 01:06:41 UTC
No. Totem ebuilds, stable and unstable has,

bluetooth? ( || (
  net-wireless/bluez
  net-wireless/bluez-libs ) )

which prefers bluez first, but allows also bluez-libs.