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:11
Message-Id: 1528662781.234fb683406c8d07918afc0bbbda4e287a5c6c92.asturm@gentoo
1 commit: 234fb683406c8d07918afc0bbbda4e287a5c6c92
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 20:33:01 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 20:33:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234fb683
7
8 kde5-functions.eclass: Drop obsolete KDE Frameworks 5.43.0 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 fbe4eaafb3b..e179db16c05 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -34,7 +34,6 @@ export KDE_BUILD_TYPE
18
19 case ${CATEGORY} in
20 kde-frameworks)
21 - [[ ${PV} = 5.43* ]] && : ${QT_MINIMAL:=5.7.1}
22 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
23 ;;
24 kde-plasma)