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 E3150138334 for ; Wed, 15 Aug 2018 15:23:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E9CA8E096E; Wed, 15 Aug 2018 15:23:00 +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 BF910E096E for ; Wed, 15 Aug 2018 15:23:00 +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 45F04335CEF for ; Wed, 15 Aug 2018 15:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 827112BA for ; Wed, 15 Aug 2018 15:22:57 +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: <1534343003.17a02fea1eb46e73c5ae82e57d6858a9a08c9ccc.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: 17a02fea1eb46e73c5ae82e57d6858a9a08c9ccc X-VCS-Branch: master Date: Wed, 15 Aug 2018 15:22:57 +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: 6ef14c28-98eb-4167-a88d-1426dc0fb243 X-Archives-Hash: c6a8753c11b4980c671c9c0375a0478a commit: 17a02fea1eb46e73c5ae82e57d6858a9a08c9ccc Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Aug 15 14:23:23 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Aug 15 14:23:23 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=17a02fea kde5-functions.eclass: Add >=kde-apps-18.08 FRAMEWORKS_MINIMAL=5.49.0 eclass/kde5-functions.eclass | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index ba16df3b66..118011b524 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -44,6 +44,11 @@ case ${CATEGORY} in : ${QT_MINIMAL:=5.11.1} fi ;; + kde-apps) + if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then + : ${FRAMEWORKS_MINIMAL:=5.49.0} + fi + ;; esac # @ECLASS-VARIABLE: QT_MINIMAL