From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 59069138334 for ; Wed, 16 Oct 2019 09:27:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E329E0952; Wed, 16 Oct 2019 09:27:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 891A5E0952 for ; Wed, 16 Oct 2019 09:27:13 +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 A99FA34BE78 for ; Wed, 16 Oct 2019 09:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 071C272F for ; Wed, 16 Oct 2019 09:27:11 +0000 (UTC) From: "Andreas Sturmlechner" 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" Message-ID: <1571217980.c7a68cc9e472fd99cc216e5800fb7f148bd07a8d.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: c7a68cc9e472fd99cc216e5800fb7f148bd07a8d X-VCS-Branch: master Date: Wed, 16 Oct 2019 09:27:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2fc4d4d4-495f-414b-ad94-4e56bd4c2724 X-Archives-Hash: 8da1f030f776c229347db1e30942b11b commit: c7a68cc9e472fd99cc216e5800fb7f148bd07a8d Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Oct 16 09:25:20 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Oct 16 09:26:20 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c7a68cc9 kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL (plasma-5.17,apps-19.12) Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 4cd5ac1eb9..516c22bb3e 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -37,11 +37,11 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - [[ ${PV} = 5.16.9[05] || ${PV} = 5.17* ]] && : ${FRAMEWORKS_MINIMAL:=5.62.0} + [[ ${PV} = 5.17* ]] && : ${FRAMEWORKS_MINIMAL:=5.63.0} [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-apps) - [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.62.0} + [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.63.0} ;; esac