Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 12 Oct 2017 17:47:11
Message-Id: 1507830344.a0fa0377c893a34180f9233b519c0edcbd046d33.johu@gentoo
1 commit: a0fa0377c893a34180f9233b519c0edcbd046d33
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 12 17:42:59 2017 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 12 17:45:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0fa0377
7
8 kde5-functions.eclass: Require KF 5.38 for KDE Plasma 5.11
9
10 eclass/kde5-functions.eclass | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
14 index 2e6b85bbc81..345408aae2b 100644
15 --- a/eclass/kde5-functions.eclass
16 +++ b/eclass/kde5-functions.eclass
17 @@ -35,6 +35,7 @@ case ${CATEGORY} in
18 [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}
19 ;;
20 kde-plasma)
21 + [[ ${PV} = 5.11* ]] && : ${FRAMEWORKS_MINIMAL:=5.38.0}
22 if [[ ${KDE_BUILD_TYPE} = live ]]; then
23 : ${FRAMEWORKS_MINIMAL:=9999}
24 fi