commit: 3e1bda24c2bdd85106308259bc1baa0fb798eeb6
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 22:31:23 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Feb 11 11:25:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e1bda24
kde5-functions.eclass: Raise QT_MINIMAL to 5.7.1 for Plasma live
eclass/kde5-functions.eclass | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 06a7bf617f..ad3a4488d9 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,7 +39,10 @@ case ${CATEGORY} in
if ! [[ $(get_version_component_range 2) -le 8 &&
$(get_version_component_range 3) -lt 50 ]]; then
: ${QT_MINIMAL:=5.7.1}
fi
- [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
+ if [[ ${KDE_BUILD_TYPE} = live ]]; then
+ : ${FRAMEWORKS_MINIMAL:=9999}
+ : ${QT_MINIMAL:=5.7.1}
+ fi
;;
esac