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: Sun, 05 Feb 2017 14:41:31
Message-Id: 1486305546.d41718e304c13f90aafa5f58dd3d6aa3d00046b7.asturm@gentoo
1 commit: d41718e304c13f90aafa5f58dd3d6aa3d00046b7
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 14 10:43:48 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 5 14:39:06 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d41718e3
7
8 kde5-functions.eclass: Raise Plasmas 5.9 QT_MINIMAL to 5.7.1
9
10 Gentoo-bug: 605646
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 1724a69..31597be 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -39,7 +39,8 @@ case ${CATEGORY} in
20 if [[ $(get_version_component_range 2) -eq 8 && $(get_version_component_range 3) -lt 50 ]]; then
21 : ${FRAMEWORKS_MINIMAL:=5.26.0} # special 5.8 LTS rule to not get overwritten below
22 elif ! [[ $(get_version_component_range 2) -le 8 && $(get_version_component_range 3) -lt 50 ]]; then
23 - : ${FRAMEWORKS_MINIMAL:=5.28.0}
24 + : ${QT_MINIMAL:=5.7.1}
25 + : ${FRAMEWORKS_MINIMAL:=5.29.0}
26 fi
27 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
28 ;;