Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 08 May 2019 17:22:41
Message-Id: 1557336095.92730c62a2b83c7a3efecdab45627edd28650a75.asturm@gentoo
1 commit: 92730c62a2b83c7a3efecdab45627edd28650a75
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 7 10:11:16 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed May 8 17:21:35 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92730c62
7
8 kde5-functions.eclass: Raise KDE Plasma 5.16 QT_MINIMAL to 5.12.3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5-functions.eclass | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index 24ecf60e31a..20afa25684f 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -39,9 +39,10 @@ case ${CATEGORY} in
20 ;;
21 kde-plasma)
22 [[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0}
23 - if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
24 + [[ ${PV} = 5.15.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0}
25 + if [[ ${KDE_BUILD_TYPE} = live ]]; then
26 : ${FRAMEWORKS_MINIMAL:=9999}
27 - : ${QT_MINIMAL:=5.12.1}
28 + : ${QT_MINIMAL:=5.12.3}
29 fi
30 ;;
31 kde-apps)