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, 10 Jun 2018 20:42:13
Message-Id: 1528662742.04bc2ea28175e6a4390c8d947e32afd4b2ab474c.asturm@gentoo
1 commit: 04bc2ea28175e6a4390c8d947e32afd4b2ab474c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 20:32:22 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 20:32:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bc2ea2
7
8 kde5-functions.eclass: Drop obsolete KDE Plasma 5.11.5 deps
9
10 eclass/kde5-functions.eclass | 1 -
11 1 file changed, 1 deletion(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 0fbff9846a6..fbe4eaafb3b 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -38,7 +38,6 @@ case ${CATEGORY} in
18 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
19 ;;
20 kde-plasma)
21 - [[ ${PV} = 5.11.5* ]] && : ${QT_MINIMAL:=5.7.1}
22 [[ ${PV} = 5.12.5* ]] && : ${QT_MINIMAL:=5.9.1}
23 if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then
24 : ${FRAMEWORKS_MINIMAL:=9999}