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 A01761382C5 for ; Mon, 19 Mar 2018 19:38:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAD4E095A; Mon, 19 Mar 2018 19:38:19 +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 AA380E095A for ; Mon, 19 Mar 2018 19:38:19 +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 3AAD6335C2C for ; Mon, 19 Mar 2018 19:38:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8DBFF25B for ; Mon, 19 Mar 2018 19:38:16 +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: <1521487754.a3de86fd26775bccf4be5bc75e827453d585d19e.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: a3de86fd26775bccf4be5bc75e827453d585d19e X-VCS-Branch: master Date: Mon, 19 Mar 2018 19:38:16 +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-Archives-Salt: b4fe434d-b475-428d-a2da-aee468d13ae7 X-Archives-Hash: 94fc8029894efa94d0961a6b5d051904 commit: a3de86fd26775bccf4be5bc75e827453d585d19e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Mar 19 18:28:49 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Mar 19 19:29:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a3de86fd kde5-functions.eclass: FRAMEWORKS_MINIMAL=5.44.0 for >=kde-apps-18.04 eclass/kde5-functions.eclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 69971b4e4c..edfe2142cb 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -45,6 +45,9 @@ case ${CATEGORY} in fi ;; kde-apps) + if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.04* ]]; then + : ${FRAMEWORKS_MINIMAL:=5.44.0} + fi if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.12* ]]; then : ${QT_MINIMAL:=5.9.1} fi