commit: 63f180e63d83badb265fb9c8586f85f87502ec73
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 18:21:25 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 18:21:25 2018 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=63f180e6
kde5-functions.eclass: Avoid 5.12 stable branch depend on KF-9999
eclass/kde5-functions.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 46d2c4974a..69971b4e4c 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,7 +39,7 @@ case ${CATEGORY} in
;;
kde-plasma)
[[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.1}
- if [[ ${KDE_BUILD_TYPE} = live ]]; then
+ if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then
: ${QT_MINIMAL:=5.9.1}
: ${FRAMEWORKS_MINIMAL:=9999}
fi