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

Bug 137659

Summary: net-wireless/wpa_supplicant-0.5.4 ebuild needs to support QT 3
Product: Gentoo Linux Reporter: Jesse Adelman <jesse>
Component: New packagesAssignee: Henrik Brix Andersen <henrik>
Status: RESOLVED FIXED    
Severity: major CC: mobile+disabled
Priority: High Keywords: InVCS
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 137661    

Description Jesse Adelman 2006-06-22 14:57:23 UTC
Howdy. I checked the changelog for wpa_supplicant, and there's nothing obvious that prevents using QT3 in 0.5.4 (as compared to previous versions), but the new 0.5.4 ebuild leaves out QT3 as a valid RDEPEND, and forces QT4. This is problematic for me, and some of my boxes which are still on QT3 (my MythTV home box being one).

Please add back the QT3 compatibility logic to the ebuild that was removed in the 0.5.4 from the 0.5.3 ebuild. Thanks!

Oh, and I *have* package.mask'd qt4, but the 0.5.4 ebuild now *requires* qt > 4, so it is bombing out on emerge -puD world. See the line "qt? ( =x11-libs/qt-4* )" in the 0.5.4 ebuild vs. "qt? ( || ( =x11-libs/qt-3* =x11-libs/qt-4* ) )" in the 0.5.3 ebuild, among other omissions easily seen in a diff of both ebuild versions. Thanks.
Comment 1 Henrik Brix Andersen 2006-06-22 15:48:20 UTC
This is pending a solution to the current Qt thread on the gentoo-dev mailing list.
Comment 2 Henrik Brix Andersen 2006-06-24 09:14:44 UTC
Fixed in CVS.

You can emerge wpa_supplicant with USE="qt3" now.