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: Sun, 09 Dec 2018 11:03:10
Message-Id: 1544308332.4abeb2253642610c64cd87e25f18b81a145a5c5f.asturm@gentoo
1 commit: 4abeb2253642610c64cd87e25f18b81a145a5c5f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 8 22:29:35 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 8 22:32:12 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4abeb225
7
8 kde5-functions: Raise QT_MINIMAL to 5.11.1
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5-functions.eclass | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index 7d8dfa5a20..c6cdc4ba9d 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -36,19 +36,22 @@ export KDE_BUILD_TYPE
20 case ${CATEGORY} in
21 kde-frameworks)
22 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
23 + [[ ${PV} = 5.52.0* ]] && : ${QT_MINIMAL:=5.9.4}
24 ;;
25 kde-plasma)
26 if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
27 : ${FRAMEWORKS_MINIMAL:=9999}
28 fi
29 - : ${QT_MINIMAL:=5.11.1}
30 + ;;
31 + kde-apps)
32 + [[ ${PV} = 18.08.3* ]] && : ${QT_MINIMAL:=5.9.4}
33 ;;
34 esac
35
36 # @ECLASS-VARIABLE: QT_MINIMAL
37 # @DESCRIPTION:
38 # Minimum version of Qt to require. This affects add_qt_dep.
39 -: ${QT_MINIMAL:=5.9.4}
40 +: ${QT_MINIMAL:=5.11.1}
41
42 # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL
43 # @DESCRIPTION: