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

Bug 219244

Summary: net-wireless/kdebluetooth-1.0_beta8: wrong RDEPEND
Product: Gentoo Linux Reporter: Fabio Erculiani <lxnay>
Component: New packagesAssignee: Gentoo KDE team <kde>
Status: VERIFIED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Fabio Erculiani 2008-04-25 07:57:57 UTC
Another one:

RDEPEND="${DEPEND}
	|| ( ( kde-base/kdialog kde-base/konqueror )  kde-base/kdebase )
	>=net-wireless/bluez-libs-3.11
	>=net-wireless/bluez-utils-3.11"

should be:

RDEPEND="${DEPEND}
	|| ( ( =kde-base/kdialog-3.5* =kde-base/konqueror-3.5* )  =kde-base/kdebase-3.5* )
	>=net-wireless/bluez-libs-3.11
	>=net-wireless/bluez-utils-3.11"

Thanks.

Reproducible: Always
Comment 1 Ingmar Vanhassel (RETIRED) gentoo-dev 2008-04-25 13:34:25 UTC
Grazie ;)
Comment 2 Fabio Erculiani 2008-04-25 17:30:52 UTC
Danke Schon.