Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 219244 - net-wireless/kdebluetooth-1.0_beta8: wrong RDEPEND
Summary: net-wireless/kdebluetooth-1.0_beta8: wrong RDEPEND
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-25 07:57 UTC by Fabio Erculiani
Modified: 2008-04-25 17:30 UTC (History)
0 users

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 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.