summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Marples <uberlord@gentoo.org>2006-12-13 18:26:50 +0000
committerRoy Marples <uberlord@gentoo.org>2006-12-13 18:26:50 +0000
commit105a0a49b7b3d5b6daf472a5024841f301310dd2 (patch)
treed0da0bdcb6f75cf964b12bd4101c9d4a453dcd44 /net-wireless
parentFixed broken digest wrt bug #157933 (diff)
downloadgentoo-2-105a0a49b7b3d5b6daf472a5024841f301310dd2.tar.gz
gentoo-2-105a0a49b7b3d5b6daf472a5024841f301310dd2.tar.bz2
gentoo-2-105a0a49b7b3d5b6daf472a5024841f301310dd2.zip
Only qt-4.2.2 supports qt3support, #155548 thanks to Jakub Moc.
(Portage version: 2.1.2_rc3-r4)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/wpa_supplicant/ChangeLog6
-rw-r--r--net-wireless/wpa_supplicant/wpa_supplicant-0.5.6.ebuild10
2 files changed, 11 insertions, 5 deletions
diff --git a/net-wireless/wpa_supplicant/ChangeLog b/net-wireless/wpa_supplicant/ChangeLog
index 8522c5618a6f..4d28a74fed7b 100644
--- a/net-wireless/wpa_supplicant/ChangeLog
+++ b/net-wireless/wpa_supplicant/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-wireless/wpa_supplicant
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.87 2006/12/11 13:01:41 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/ChangeLog,v 1.88 2006/12/13 18:26:50 uberlord Exp $
+
+ 13 Dec 2006; Roy Marples <uberlord@gentoo.org>
+ wpa_supplicant-0.5.6.ebuild:
+ Only qt-4.2.2 supports qt3support, #155548 thanks to Jakub Moc.
11 Dec 2006; Roy Marples <uberlord@gentoo.org>
wpa_supplicant-0.5.6.ebuild:
diff --git a/net-wireless/wpa_supplicant/wpa_supplicant-0.5.6.ebuild b/net-wireless/wpa_supplicant/wpa_supplicant-0.5.6.ebuild
index 2fda69bbaad1..e12f451b170e 100644
--- a/net-wireless/wpa_supplicant/wpa_supplicant-0.5.6.ebuild
+++ b/net-wireless/wpa_supplicant/wpa_supplicant-0.5.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/wpa_supplicant/wpa_supplicant-0.5.6.ebuild,v 1.4 2006/12/13 18:26:50 uberlord Exp $
inherit eutils toolchain-funcs
@@ -37,9 +37,11 @@ pkg_setup() {
einfo "You have USE=\"qt3 qt4\" selected, defaulting to USE=\"qt4\""
fi
- if use qt4 && ! built_with_use x11-libs/qt qt3support ; then
- eerror "qt4 requires qt3support"
- die "rebuild x11-libs/qt with the qt3support USE flag"
+ if use qt4 && has_version ">=x11-libs/qt-4.2.2" ; then
+ if ! built_with_use x11-libs/qt qt3support ; then
+ eerror ">=qt4.2.2 requires qt3support"
+ die "rebuild >=x11-libs/qt-4.2.2 with the qt3support USE flag"
+ fi
fi
}