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 949B0138334 for ; Thu, 16 May 2019 13:59:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1289CE0856; Thu, 16 May 2019 13:59:51 +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 EDC68E0856 for ; Thu, 16 May 2019 13:59:50 +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 ABB1134479C for ; Thu, 16 May 2019 13:59:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9A8BA8 for ; Thu, 16 May 2019 13:59:47 +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: <1558015171.2c88c0df1b3852eb8df40a4ed2f539acc5c2174c.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: 2c88c0df1b3852eb8df40a4ed2f539acc5c2174c X-VCS-Branch: master Date: Thu, 16 May 2019 13:59:47 +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: 7ac701c8-fe0c-4f23-a4b8-e5e6fa70fec1 X-Archives-Hash: 85309a738bd689401d203188e5f4b305 commit: 2c88c0df1b3852eb8df40a4ed2f539acc5c2174c Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 16 11:56:55 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 16 13:59:31 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2c88c0df kde5-functions: Set FRAMEWORKS_MINIMAL, QT_MINIMAL for Plasma 5.16 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index f963e55506..61d0fa6e48 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -40,6 +40,10 @@ case ${CATEGORY} in kde-plasma) [[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0} [[ ${PV} = 5.15.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0} + if [[ ${PV} = 5.15.90 || ${PV} = 5.16* ]]; then + : ${FRAMEWORKS_MINIMAL:=5.58.0} + : ${QT_MINIMAL:=5.12.3} + fi if [[ ${KDE_BUILD_TYPE} = live ]]; then : ${FRAMEWORKS_MINIMAL:=9999} : ${QT_MINIMAL:=5.12.3}