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 6FB83138334 for ; Wed, 8 May 2019 06:09:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78038E0896; Wed, 8 May 2019 06:09:39 +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 59E7EE0894 for ; Wed, 8 May 2019 06:09:39 +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 204B3343BC2 for ; Wed, 8 May 2019 06:09:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 072A35E6 for ; Wed, 8 May 2019 06:09:35 +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: <1557295729.ad28fe1d1e353c6eb5cc73d940a754b0954f2e5c.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: ad28fe1d1e353c6eb5cc73d940a754b0954f2e5c X-VCS-Branch: master Date: Wed, 8 May 2019 06:09:35 +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: 54445783-430a-4bd2-ad9e-be0f34e5a4ce X-Archives-Hash: be639ab6a9c8ee85f682704badc3ac28 commit: ad28fe1d1e353c6eb5cc73d940a754b0954f2e5c Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue May 7 10:11:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 8 06:08:49 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ad28fe1d kde5-functions.eclass: Raise KDE Plasma 5.16 QT_MINIMAL to 5.12.3 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 711b0121e1..f963e55506 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,9 +39,10 @@ case ${CATEGORY} in ;; kde-plasma) [[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0} - if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then + [[ ${PV} = 5.15.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.57.0} + if [[ ${KDE_BUILD_TYPE} = live ]]; then : ${FRAMEWORKS_MINIMAL:=9999} - : ${QT_MINIMAL:=5.12.1} + : ${QT_MINIMAL:=5.12.3} fi ;; kde-apps)