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 57931138334 for ; Tue, 4 Sep 2018 20:57:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A083E08C4; Tue, 4 Sep 2018 20:57:55 +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 0D5F1E08C4 for ; Tue, 4 Sep 2018 20:57:55 +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 87B59335C7D for ; Tue, 4 Sep 2018 20:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 434E9392 for ; Tue, 4 Sep 2018 20:57:51 +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: <1536084880.876839ab8f9bd7a4b1f6bf35810e144e2704457d.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: 876839ab8f9bd7a4b1f6bf35810e144e2704457d X-VCS-Branch: master Date: Tue, 4 Sep 2018 20:57:51 +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: 8bff4f66-faae-480f-89c0-10e0d5719f05 X-Archives-Hash: 56ff68e7d899ec36565bec9bf76d27c0 commit: 876839ab8f9bd7a4b1f6bf35810e144e2704457d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 4 18:09:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 4 18:14:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=876839ab kde5-functions.eclass: KDE_FRAMEWORKS=5.49 is default for kde-apps/* KDE Applications 18.08 have this as minimum dependency already, only 18.04.3 can build with old Frameworks. eclass/kde5-functions.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 37fbdae238..a56fed8a47 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -45,9 +45,8 @@ case ${CATEGORY} in : ${QT_MINIMAL:=5.11.1} ;; kde-apps) - if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then - : ${FRAMEWORKS_MINIMAL:=5.49.0} - fi + [[ ${PV} = 18.04.3 ]] && : ${FRAMEWORKS_MINIMAL:=5.46.0} + : ${FRAMEWORKS_MINIMAL:=5.49.0} ;; esac