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: Tue, 03 Jul 2018 11:04:33
Message-Id: 1530615856.6e40c74ac19f62e0ed99b40d20e8d186a3641334.asturm@gentoo
1 commit: 6e40c74ac19f62e0ed99b40d20e8d186a3641334
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 3 11:04:16 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 3 11:04:16 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e40c74a
7
8 kde5-functions.eclass: Add minimum deps for Plasma 5.13
9
10 eclass/kde5-functions.eclass | 3 ++-
11 1 file changed, 2 insertions(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 89fa32146ae..34aed6cf284 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -37,13 +37,14 @@ case ${CATEGORY} in
18 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
19 ;;
20 kde-plasma)
21 + [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1}
22 if [[ ${PV} = 5.12.5* ]]; then
23 : ${FRAMEWORKS_MINIMAL:=5.43.0}
24 : ${QT_MINIMAL:=5.9.1}
25 fi
26 if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then
27 : ${FRAMEWORKS_MINIMAL:=9999}
28 - : ${QT_MINIMAL:=5.10.1}
29 + : ${QT_MINIMAL:=5.11.1}
30 fi
31 ;;
32 kde-apps)