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 8B7D8138335 for ; Sat, 14 Sep 2019 16:40:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9632E0829; Sat, 14 Sep 2019 16:40:26 +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 93CF2E082F for ; Sat, 14 Sep 2019 16:40:26 +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 65DF934B18C for ; Sat, 14 Sep 2019 16:40:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACFEC7EF for ; Sat, 14 Sep 2019 16:40:23 +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: <1568478236.99feb75740769715f7b5b9ebec3e30f8e5114dc0.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: 99feb75740769715f7b5b9ebec3e30f8e5114dc0 X-VCS-Branch: master Date: Sat, 14 Sep 2019 16:40:23 +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: 90aa0484-0885-4ec3-96d6-926bb399a943 X-Archives-Hash: 443797504ba356c92151718114dce72c commit: 99feb75740769715f7b5b9ebec3e30f8e5114dc0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 14 16:23:56 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 14 16:23:56 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=99feb757 kde5-functions.eclass: Ensure kde-apps live is FRAMEWORKS_MINIMAL=5.62 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 1ce5a04461..ea802e0b25 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,6 +39,9 @@ case ${CATEGORY} in kde-plasma) [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; + kde-apps) + [[ ${KDE_BUILD_TYPE} = live && ${PV} != 19.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.62.0} + ;; esac # @ECLASS-VARIABLE: QT_MINIMAL