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: Tue, 06 Feb 2018 20:35:03
Message-Id: 1517949288.165a00f1cb9b3a9389053e69e42055cde3d839ac.asturm@gentoo
1 commit: 165a00f1cb9b3a9389053e69e42055cde3d839ac
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 6 20:33:57 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 20:34:48 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=165a00f1
7
8 kde5-functions.eclass: Drop obsolete Plasma 5.11.95 min deps
9
10 eclass/kde5-functions.eclass | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 8b71dfc7c7..cd0151eb29 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -37,7 +37,7 @@ case ${CATEGORY} in
18 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
19 ;;
20 kde-plasma)
21 - if [[ ${PV} = 5.12* || ${PV} = 5.11.95 ]]; then
22 + if [[ ${PV} = 5.12* ]]; then
23 : ${QT_MINIMAL:=5.9.1}
24 : ${FRAMEWORKS_MINIMAL:=5.42.0}
25 fi