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 C4B16138335 for ; Fri, 22 Mar 2019 21:38:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2884E08FC; Fri, 22 Mar 2019 21:38:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 CE62EE08FC for ; Fri, 22 Mar 2019 21:38:35 +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 DF80A335D27 for ; Fri, 22 Mar 2019 21:38:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C470574 for ; Fri, 22 Mar 2019 21:38:33 +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: <1553290647.114eae4ccb5b0a9bf2ef308b664abc9374d10f3e.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: 114eae4ccb5b0a9bf2ef308b664abc9374d10f3e X-VCS-Branch: master Date: Fri, 22 Mar 2019 21:38:33 +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: 323c8bcb-e014-4d65-9ea7-794ec9013d0d X-Archives-Hash: fbcff7b0a831f5d53c7a4c9b5044149b commit: 114eae4ccb5b0a9bf2ef308b664abc9374d10f3e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 22 21:37:27 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 22 21:37:27 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=114eae4c kde5-functions.eclass: kde-apps-19* depend on FRAMEWORKS_MINIMAL=5.56.0 Signed-off-by: Andreas Sturmlechner gentoo.org> 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 9c77315a34..35e81e2afe 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -45,7 +45,7 @@ case ${CATEGORY} in fi ;; kde-apps) - [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=5.56.0} + [[ ${KDE_BUILD_TYPE} = live || ${PV} = 19* ]] && : ${FRAMEWORKS_MINIMAL:=5.56.0} ;; esac