Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
Hi, even when using USE="-qt", rt2500 depends on Qt (and kde-env). This happens, because "need-qt 3" implies a dependeny on Qt, the following check "qt? ( >=x11-libs/qt-3 )" is overridden. Reproducible: Always Steps to Reproduce: 1. On a system without Qt installed: emerge -pv rt2500 Actual Results: ... [N] x11-libs/qt-3.3.3 [N] kde-base/kde-env-3-r3 [N] net-wireless/rt2500-1.1.0_beta1 -arts -debug -kdeenablefinal -qt -xinerama
Created an attachment (id=50850) [edit] Possible fix for Qt dependency This patch fixes the dependency. Tested with Qt installed and USE="qt" and Qt not installed and USE="-qt". Dont'know, if this is a clean solution, though.
Thanks, good catch, committed without changes.