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: Thu, 11 Oct 2018 20:37:00
Message-Id: 1539290191.55346f081efe16c4149b5664075953ee48566b79.asturm@gentoo
1 commit: 55346f081efe16c4149b5664075953ee48566b79
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 11 20:36:31 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 11 20:36:31 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=55346f08
7
8 kde5-functions.eclass: Drop remaining KDE Plasma 5.12 reference
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 95a4dff9aa..c59a3dc01d 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -38,7 +38,6 @@ case ${CATEGORY} in
18 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
19 ;;
20 kde-plasma)
21 - [[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.6}
22 if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
23 : ${FRAMEWORKS_MINIMAL:=9999}
24 fi