commit:     99feb75740769715f7b5b9ebec3e30f8e5114dc0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 16:23:56 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 16:23:56 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=99feb757

kde5-functions.eclass: Ensure kde-apps live is FRAMEWORKS_MINIMAL=5.62

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 1ce5a04461..ea802e0b25 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,6 +39,9 @@ case ${CATEGORY} in
        kde-plasma)
                [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
                ;;
+       kde-apps)
+               [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]] && : 
${FRAMEWORKS_MINIMAL:=5.62.0}
+               ;;
 esac
 
 # @ECLASS-VARIABLE: QT_MINIMAL

Reply via email to