Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155548 | Differences between
and this patch

Collapse All | Expand All

(-)wpa_supplicant-0.6.4.ebuild (-9 / +2 lines)
Lines 26-34 Link Here
26
		)
26
		)
27
		!kernel_linux? ( net-libs/libpcap )
27
		!kernel_linux? ( net-libs/libpcap )
28
		qt4? (
28
		qt4? (
29
			|| ( ( x11-libs/qt-core:4
29
			|| ( ( x11-libs/qt-core:4[qt3support=]
30
					x11-libs/qt-gui:4 )
30
					x11-libs/qt-gui:4 )
31
					<x11-libs/qt-4.4:4
31
					<x11-libs/qt-4.4:4[qt3support=]
32
			)
32
			)
33
		)
33
		)
34
		!qt4? ( qt3? ( =x11-libs/qt-3* ) )
34
		!qt4? ( qt3? ( =x11-libs/qt-3* ) )
Lines 43-55 Link Here
43
	if use qt3 && use qt4; then
43
	if use qt3 && use qt4; then
44
		einfo "You have USE=\"qt3 qt4\" selected, defaulting to USE=\"qt4\""
44
		einfo "You have USE=\"qt3 qt4\" selected, defaulting to USE=\"qt4\""
45
	fi
45
	fi
46
47
	if use qt4 && has_version ">=x11-libs/qt-4.2.2" ; then
48
		if ! built_with_use x11-libs/qt qt3support ; then
49
			eerror ">=qt4.2.2 requires qt3support"
50
			die "rebuild >=x11-libs/qt-4.2.2 with the qt3support USE flag"
51
		fi
52
	fi
53
}
46
}
54
47
55
src_unpack() {
48
src_unpack() {

Return to bug 155548