summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2011-06-07 12:01:27 -0400
committerJonathan Callen <abcd@gentoo.org>2011-06-07 12:01:27 -0400
commit27b68b92a3dd61ad7e560b3791e0834a5e24e35e (patch)
tree7b3d510a1773d830271ec2e03974bf47785eb75f /eclass
parent5e3ced84c25ef3a1afb20d3cfb3fa07e41f07494 (diff)
downloadkde-27b68b92a3dd61ad7e560b3791e0834a5e24e35e.tar.gz
kde-27b68b92a3dd61ad7e560b3791e0834a5e24e35e.tar.bz2
kde-27b68b92a3dd61ad7e560b3791e0834a5e24e35e.zip
[eclass] KDE_MINIMAL=live is no longer valid (use 9999 instead)
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 34fd14689ae..86b4c71259a 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -195,7 +195,7 @@ esac
# @ECLASS-VARIABLE: QT_MINIMAL
# @DESCRIPTION:
# Determine version of qt we enforce as minimal for the package.
-if [[ ${KDE_MINIMAL} == live ]] || version_is_at_least 4.5.50 "${KDE_MINIMAL}"; then
+if version_is_at_least 4.5.50 "${KDE_MINIMAL}"; then
QT_MINIMAL="${QT_MINIMAL:-4.7.0}"
else
QT_MINIMAL="${QT_MINIMAL:-4.6.3}"