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.5.6.ebuild (-4 / +4 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.6.ebuild,v 1.3 2006/12/11 13:01:41 uberlord Exp $
3
# $Header: $
4
4
5
inherit eutils toolchain-funcs
5
inherit eutils toolchain-funcs
6
6
Lines 37-45 Link Here
37
		einfo "You have USE=\"qt3 qt4\" selected, defaulting to USE=\"qt4\""
37
		einfo "You have USE=\"qt3 qt4\" selected, defaulting to USE=\"qt4\""
38
	fi
38
	fi
39
39
40
	if use qt4 && ! built_with_use x11-libs/qt qt3support ; then
40
	if use qt4 && has_version ">=x11-libs/qt-4.2.2" && ! built_with_use x11-libs/qt qt3support ; then
41
		eerror "qt4 requires qt3support"
41
		eerror "qt4.2 requires qt3support"
42
		die "rebuild x11-libs/qt with the qt3support USE flag"
42
		die "rebuild \>=x11-libs/qt-4.2.2 with the qt3support USE flag"
43
	fi
43
	fi
44
}
44
}
45
45

Return to bug 155548