kde5-functions.eclass: Update KDE Applications min deps
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 10 Jun 2018 20:34:15 +0000 (22:34 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 10 Jun 2018 20:34:15 +0000 (22:34 +0200)
eclass/kde5-functions.eclass

index e179db16c058140e066b9008c24570d625728d92..edbb426a955047b3c9e19c9191ebafb12ae0b378 100644 (file)
@@ -45,8 +45,9 @@ case ${CATEGORY} in
                ;;
        kde-apps)
                [[ ${PV} = 17.12.3* ]] && : ${QT_MINIMAL:=5.9.1}
+               [[ ${PV} = 18.04.2* ]] && : ${FRAMEWORKS_MINIMAL:=5.44.0}
                if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then
-                       : ${FRAMEWORKS_MINIMAL:=5.44.0}
+                       : ${FRAMEWORKS_MINIMAL:=5.46.0}
                fi
                ;;
 esac