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, 15 Aug 2018 15:23:01
Message-Id: 1534343003.17a02fea1eb46e73c5ae82e57d6858a9a08c9ccc.asturm@gentoo
1 commit: 17a02fea1eb46e73c5ae82e57d6858a9a08c9ccc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 14:23:23 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 14:23:23 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=17a02fea
7
8 kde5-functions.eclass: Add >=kde-apps-18.08 FRAMEWORKS_MINIMAL=5.49.0
9
10 eclass/kde5-functions.eclass | 5 +++++
11 1 file changed, 5 insertions(+)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index ba16df3b66..118011b524 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -44,6 +44,11 @@ case ${CATEGORY} in
18 : ${QT_MINIMAL:=5.11.1}
19 fi
20 ;;
21 + kde-apps)
22 + if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then
23 + : ${FRAMEWORKS_MINIMAL:=5.49.0}
24 + fi
25 + ;;
26 esac
27
28 # @ECLASS-VARIABLE: QT_MINIMAL