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: Thu, 18 Oct 2018 18:15:16
Message-Id: 1539886497.3b45a739c43fb9ba33893c08e97b76601ea3067c.asturm@gentoo
1 commit: 3b45a739c43fb9ba33893c08e97b76601ea3067c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 21:59:28 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 18 18:14:57 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b45a739
7
8 kde5-functions.eclass: Drop obsolete KDE Plasma 5.12.5 minimum deps
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5-functions.eclass | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index 2551741637a..a42d0c240c5 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -37,10 +37,6 @@ case ${CATEGORY} in
20 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
21 ;;
22 kde-plasma)
23 - if [[ ${PV} = 5.12.5* ]]; then
24 - : ${FRAMEWORKS_MINIMAL:=5.43.0}
25 - : ${QT_MINIMAL:=5.9.1}
26 - fi
27 if [[ ${PV} = 5.12* ]]; then
28 : ${FRAMEWORKS_MINIMAL:=5.46.0}
29 : ${KDE_APPS_MINIMAL:=17.12.3}