diff options
Diffstat (limited to 'eclass')
| -rw-r--r-- | eclass/kde5-functions.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 7a52044de86..eaaeac6bb31 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -43,17 +43,17 @@ case ${CATEGORY} in [[ ${PV} = 5.10.95 ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0} [[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0} if [[ ${PV} = 5.12* ]]; then - : ${QT_MINIMAL:=5.9.2} + : ${QT_MINIMAL:=5.9.1} : ${FRAMEWORKS_MINIMAL:=5.38.0} fi if [[ ${KDE_BUILD_TYPE} = live ]]; then - : ${QT_MINIMAL:=5.9.2} + : ${QT_MINIMAL:=5.9.1} : ${FRAMEWORKS_MINIMAL:=9999} fi ;; kde-apps) if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then - : ${QT_MINIMAL:=5.9.2} + : ${QT_MINIMAL:=5.9.1} : ${FRAMEWORKS_MINIMAL:=5.38.0} fi ;; |
