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: Sat, 14 Sep 2019 16:40:27
Message-Id: 1568478025.d4c0bdbe4d9c4dfc6170d7ff62dc8e5a81210901.asturm@gentoo
1 commit: d4c0bdbe4d9c4dfc6170d7ff62dc8e5a81210901
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 14 16:20:25 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 14 16:20:25 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4c0bdbe
7
8 kde5-functions.eclass: Drop obsolete KDE Plasma 5.16 min deps switch
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5-functions.eclass | 1 -
13 1 file changed, 1 deletion(-)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index e495fb8059..1ce5a04461 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -37,7 +37,6 @@ case ${CATEGORY} in
20 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
21 ;;
22 kde-plasma)
23 - [[ ${PV} = 5.16* ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0}
24 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
25 ;;
26 esac