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 7234D1396D0 for ; Mon, 14 Aug 2017 15:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB4AFE0DA3; Mon, 14 Aug 2017 15:21:57 +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 976AEE0DA3 for ; Mon, 14 Aug 2017 15:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 95B093417AD for ; Mon, 14 Aug 2017 15:21:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47F3E7843 for ; Mon, 14 Aug 2017 15:21:54 +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: <1502723827.2e1d80462a9dab24b28f4340d42af93d7e25ca35.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: 2e1d80462a9dab24b28f4340d42af93d7e25ca35 X-VCS-Branch: master Date: Mon, 14 Aug 2017 15:21:54 +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: d650dc11-8b9d-453b-8162-69c792251556 X-Archives-Hash: d0c3327dcdc215838913337d6224eed2 commit: 2e1d80462a9dab24b28f4340d42af93d7e25ca35 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 14 15:17:07 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 14 15:17:07 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2e1d8046 kde5-functions.eclass: Raise kde-apps/*17.08 FRAMEWORKS_MINIMAL to 5.37 Also raise QT_MINIMAL to 5.7.1 for all kde-apps/ 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 a0e2b6dfe7..4c0115fa1a 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -43,9 +43,8 @@ case ${CATEGORY} in fi ;; kde-apps) - if [[ ${KDE_BUILD_TYPE} = live ]]; then - : ${QT_MINIMAL:=5.7.1} - fi + : ${QT_MINIMAL:=5.7.1} + [[ ${KDE_BUILD_TYPE} = live || ${PN} = 17.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.37.0} ;; esac