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:45:02
Message-Id: 1528663463.872071b94d00b261e5754bef5aac647fcce6f691.asturm@gentoo
1 commit: 872071b94d00b261e5754bef5aac647fcce6f691
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 10 20:44:23 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 10 20:44:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=872071b9
7
8 kde5-functions.eclass: Drop obsolete KDE Applications KF5-min
9
10 eclass/kde5-functions.eclass | 3 ---
11 1 file changed, 3 deletions(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 51ed5b67820..89fa32146ae 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -52,9 +52,6 @@ case ${CATEGORY} in
18 : ${QT_MINIMAL:=5.9.1}
19 fi
20 [[ ${PV} = 18.04.2* ]] && : ${FRAMEWORKS_MINIMAL:=5.44.0}
21 - if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then
22 - : ${FRAMEWORKS_MINIMAL:=5.46.0}
23 - fi
24 ;;
25 esac