From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-987606-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 D203A139082
	for <garchives@archives.gentoo.org>; Fri,  1 Dec 2017 13:40:25 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id ED9B5E0BCB;
	Fri,  1 Dec 2017 13:40:24 +0000 (UTC)
Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(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 C8D7EE0BCB
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Dec 2017 13:40:24 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 481A933D4A6
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Dec 2017 13:40:23 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id D1CF7ADF5
	for <gentoo-commits@lists.gentoo.org>; Fri,  1 Dec 2017 13:40:21 +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: <1512135560.ea06dfc157270fa9807dd50627277bdb8f24d8b5.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: ea06dfc157270fa9807dd50627277bdb8f24d8b5
X-VCS-Branch: master
Date: Fri,  1 Dec 2017 13:40:21 +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: 39b5781e-e9a9-43b6-9313-b3cd3506e41d
X-Archives-Hash: 01fac99ab2d9d3c1a4501faa29894cd8

commit:     ea06dfc157270fa9807dd50627277bdb8f24d8b5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 13:39:20 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 13:39:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=ea06dfc1

kde5-functions: Raise FRAMEWORKS_MINIMAL to 5.39 for kde-apps-17.12

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

diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass
index 6beaf698dc..3bbc010089 100644
--- a/eclass/kde5-functions.eclass
+++ b/eclass/kde5-functions.eclass
@@ -50,7 +50,7 @@ case ${CATEGORY} in
 	kde-apps)
 		if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* || ${PV} = 17.11* ]]; then
 			: ${QT_MINIMAL:=5.9.1}
-			: ${FRAMEWORKS_MINIMAL:=5.38.0}
+			: ${FRAMEWORKS_MINIMAL:=5.39.0}
 		fi
 		;;
 esac