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: Wed, 08 May 2019 06:09:42
Message-Id: 1557295729.ad28fe1d1e353c6eb5cc73d940a754b0954f2e5c.asturm@gentoo
1 commit: ad28fe1d1e353c6eb5cc73d940a754b0954f2e5c
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 06:08:49 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad28fe1d
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 711b0121e1..f963e55506 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)