Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
Date: Sat, 14 Sep 2019 16:40:27
Message-Id: 1568478236.99feb75740769715f7b5b9ebec3e30f8e5114dc0.asturm@gentoo
1 commit: 99feb75740769715f7b5b9ebec3e30f8e5114dc0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 16:23:56 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 16:23:56 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=99feb757
7
8 kde5-functions.eclass: Ensure kde-apps live is FRAMEWORKS_MINIMAL=5.62
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5-functions.eclass | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index 1ce5a04461..ea802e0b25 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -39,6 +39,9 @@ case ${CATEGORY} in
20 kde-plasma)
21 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
22 ;;
23 + kde-apps)
24 + [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.62.0}
25 + ;;
26 esac
27
28 # @ECLASS-VARIABLE: QT_MINIMAL