commit: ad28fe1d1e353c6eb5cc73d940a754b0954f2e5c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue May 7 10:11:16 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed May 8 06:08:49 2019 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad28fe1d
kde5-functions.eclass: Raise KDE Plasma 5.16 QT_MINIMAL to 5.12.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde5-functions.eclass | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 711b0121e1..f963e55506 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,9 +39,10 @@ case ${CATEGORY} in
;;
kde-plasma)
[[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0}
- if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
+ [[ ${PV} = 5.15.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0}
+ if [[ ${KDE_BUILD_TYPE} = live ]]; then
: ${FRAMEWORKS_MINIMAL:=9999}
- : ${QT_MINIMAL:=5.12.1}
+ : ${QT_MINIMAL:=5.12.3}
fi
;;
kde-apps)