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, 15 Aug 2019 13:27:31
Message-Id: 1565875564.0069e3619559885e1ba0a047845b17dc9e1ba074.asturm@gentoo
1 commit: 0069e3619559885e1ba0a047845b17dc9e1ba074
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 13:26:04 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 13:26:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0069e361
7
8 kde5-functions.eclass: Drop obsolete Plasma 5.16.3 min deps
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 a1b930a3eba..377f741cb28 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -42,7 +42,6 @@ case ${CATEGORY} in
20 : ${FRAMEWORKS_MINIMAL:=5.57.0}
21 : ${QT_MINIMAL:=5.11.1}
22 fi
23 - [[ ${PV} = 5.16.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.58.0}
24 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
25 ;;
26 esac