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, 06 Feb 2018 20:33:36
Message-Id: 1517949203.3048e0dfd82f99cccbcffc47accd76e338e04c3a.asturm@gentoo
1 commit: 3048e0dfd82f99cccbcffc47accd76e338e04c3a
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 6 20:31:46 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 20:33:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3048e0df
7
8 kde5-functions.eclass: Fix {FRAMEWORKS,QT}_MINIMAL for Plasma 5.12
9
10 eclass/kde5-functions.eclass | 4 ++++
11 1 file changed, 4 insertions(+)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 3df54d51724..cd0151eb296 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -37,6 +37,10 @@ case ${CATEGORY} in
18 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
19 ;;
20 kde-plasma)
21 + if [[ ${PV} = 5.12* ]]; then
22 + : ${QT_MINIMAL:=5.9.1}
23 + : ${FRAMEWORKS_MINIMAL:=5.42.0}
24 + fi
25 if [[ ${KDE_BUILD_TYPE} = live ]]; then
26 : ${QT_MINIMAL:=5.9.1}
27 : ${FRAMEWORKS_MINIMAL:=9999}