commit:     e035336de7ef47e9b8e3e4f6cd475b8fe264dc4f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 06:40:59 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 06:42:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=e035336d

kde5-functions.eclass: Plasma 5.11 FRAMEWORKS_MINIMAL is 5.38.0

 eclass/kde5-functions.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 190443b85a..86031079b3 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -40,9 +40,9 @@ case ${CATEGORY} in
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
        kde-plasma)
-               if [[ ${KDE_BUILD_TYPE} = live ]]; then
-                       : ${FRAMEWORKS_MINIMAL:=9999}
-               fi
+               [[ ${PV} = 5.10.95 ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
+               [[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
+               [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
 esac
 

Reply via email to