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: Thu, 11 Oct 2018 18:36:05
Message-Id: 1539282909.df6c57d6db5ce7df98502d260feb652adf2fc792.asturm@gentoo
1 commit: df6c57d6db5ce7df98502d260feb652adf2fc792
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 11 17:27:10 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 11 18:35:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6c57d6
7
8 kde5-functions.eclass: Raise KDE_APPS_MINIMAL to 18.04.3
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5-functions.eclass | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index 245d2e27a2e..e921e30fa12 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -43,6 +43,7 @@ case ${CATEGORY} in
20 fi
21 if [[ ${PV} = 5.12* || ${PV} = 5.13.5 ]]; then
22 : ${FRAMEWORKS_MINIMAL:=5.46.0}
23 + : ${KDE_APPS_MINIMAL:=17.12.3}
24 : ${QT_MINIMAL:=5.9.4}
25 fi
26 if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
27 @@ -73,7 +74,7 @@ esac
28 # @ECLASS-VARIABLE: KDE_APPS_MINIMAL
29 # @DESCRIPTION:
30 # Minimum version of KDE Applications to require. This affects add_kdeapps_dep.
31 -: ${KDE_APPS_MINIMAL:=17.12.3}
32 +: ${KDE_APPS_MINIMAL:=18.04.3}
33
34 # @ECLASS-VARIABLE: KDE_GCC_MINIMAL
35 # @DEFAULT_UNSET