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 39E79139083 for ; Tue, 12 Sep 2017 20:59:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8CFCE1FC1EA; Tue, 12 Sep 2017 20:59:29 +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 6C7B41FC1EA for ; Tue, 12 Sep 2017 20:59:28 +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 A188E3416E6 for ; Tue, 12 Sep 2017 20:59:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65215907D for ; Tue, 12 Sep 2017 20:59:26 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1505249890.73c8be273d27480f1dfb96666475567e1f87250f.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 73c8be273d27480f1dfb96666475567e1f87250f X-VCS-Branch: master Date: Tue, 12 Sep 2017 20:59:26 +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: 96bd344e-d4b3-4222-a4f7-052824b92c9e X-Archives-Hash: b34e5909a28d01beca4cce3b54167b03 commit: 73c8be273d27480f1dfb96666475567e1f87250f Author: Johannes Huber gentoo org> AuthorDate: Tue Sep 12 20:58:10 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Sep 12 20:58:10 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=73c8be27 kde5-functions.eclass: Raise FRAMEWORKS_MINIMAL to 5.37.0 eclass/kde5-functions.eclass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 0d59126c3a..120471344d 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,9 +39,6 @@ case ${CATEGORY} in : ${FRAMEWORKS_MINIMAL:=9999} fi ;; - kde-apps) - [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.37.0} - ;; esac # @ECLASS-VARIABLE: QT_MINIMAL @@ -52,7 +49,7 @@ esac # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimal Frameworks version to require for the package. -: ${FRAMEWORKS_MINIMAL:=5.34.0} +: ${FRAMEWORKS_MINIMAL:=5.37.0} # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: