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, 11 Oct 2018 12:20:46
Message-Id: 1539260392.98d1c8efe5318708ebbf0ec009f902d78dbbffbe.asturm@gentoo
1 commit: 98d1c8efe5318708ebbf0ec009f902d78dbbffbe
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 11 12:04:32 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 11 12:19:52 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d1c8ef
7
8 kde5-functions: Raise default ~arch kde-apps to KF-5.50
9
10 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
11
12 eclass/kde5-functions.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
16 index 8994bf8d973..33c3a24408a 100644
17 --- a/eclass/kde5-functions.eclass
18 +++ b/eclass/kde5-functions.eclass
19 @@ -49,7 +49,7 @@ case ${CATEGORY} in
20 ;;
21 kde-apps)
22 [[ ${PV} = 18.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.46.0}
23 - : ${FRAMEWORKS_MINIMAL:=5.49.0}
24 + : ${FRAMEWORKS_MINIMAL:=5.50.0}
25 ;;
26 esac