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: Fri, 01 Dec 2017 13:40:25
Message-Id: 1512135560.ea06dfc157270fa9807dd50627277bdb8f24d8b5.asturm@gentoo
1 commit: ea06dfc157270fa9807dd50627277bdb8f24d8b5
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 1 13:39:20 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 1 13:39:20 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ea06dfc1
7
8 kde5-functions: Raise FRAMEWORKS_MINIMAL to 5.39 for kde-apps-17.12
9
10 eclass/kde5-functions.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 6beaf698dc..3bbc010089 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -50,7 +50,7 @@ case ${CATEGORY} in
18 kde-apps)
19 if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* || ${PV} = 17.11* ]]; then
20 : ${QT_MINIMAL:=5.9.1}
21 - : ${FRAMEWORKS_MINIMAL:=5.38.0}
22 + : ${FRAMEWORKS_MINIMAL:=5.39.0}
23 fi
24 ;;
25 esac