From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1046721-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id 0062E138334
	for <garchives@archives.gentoo.org>; Thu, 13 Sep 2018 18:18:02 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id CDF3FE0BEA;
	Thu, 13 Sep 2018 18:17:59 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id A2EFBE0BEA
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Sep 2018 18:17:59 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 26AF0335D04
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Sep 2018 18:17:57 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 260583C5
	for <gentoo-commits@lists.gentoo.org>; Thu, 13 Sep 2018 18:17:55 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" <asturm@gentoo.org>
Message-ID: <1536860383.59c2cc8a93a644cc42bf8fb7f91d1f19a52b41da.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: eclass/
X-VCS-Repository: proj/kde
X-VCS-Files: eclass/kde5-functions.eclass
X-VCS-Directories: eclass/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 59c2cc8a93a644cc42bf8fb7f91d1f19a52b41da
X-VCS-Branch: master
Date: Thu, 13 Sep 2018 18:17:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 2e2dd776-40eb-4221-9564-f9fadad5c7fa
X-Archives-Hash: effe6be4f51adb663bbad11dcf3b7dd0

commit:     59c2cc8a93a644cc42bf8fb7f91d1f19a52b41da
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 12 23:04:24 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 13 17:39:43 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=59c2cc8a

kde5-functions.eclass: Set KDE Plasma 5.14 FRAMEWORKS_MINIMAL=5.50

 eclass/kde5-functions.eclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index a56fed8a47..7414b48b00 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -39,6 +39,7 @@ case ${CATEGORY} in
 		;;
 	kde-plasma)
 		[[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.4}
+		[[ ${PV} = 5.14* ]] && : ${FRAMEWORKS_MINIMAL:=5.50.0}
 		if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then
 			: ${FRAMEWORKS_MINIMAL:=9999}
 		fi