diff options
| -rw-r--r-- | eclass/kde4-base.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 6af4a1c8c53..c30e1ef47ea 100644 --- a/eclass/kde4-base.eclass +++ b/eclass/kde4-base.eclass @@ -153,7 +153,7 @@ esac # Determine version of qt we enforce as minimal for the package. 4.4.0 4.5.1.. # Currently defaults to 4.5.1 for KDE 4.3 and earlier # or 4.6.0_beta for KDE 4.4 and later -if slot_is_at_least 4.4 "${KDE_MINIMAL}" && [[ ${KDEBASE} != kde-base ]]; then +if slot_is_at_least 4.4 "${KDE_MINIMAL}"; then QT_MINIMAL="${QT_MINIMAL:-4.6.0_beta}" fi |
