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 0064E1382C5 for ; Fri, 18 May 2018 13:54:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E943E09AD; Fri, 18 May 2018 13:54:50 +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 D3D10E09AD for ; Fri, 18 May 2018 13:54:49 +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 39F7B335C77 for ; Fri, 18 May 2018 13:54:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C24422A3 for ; Fri, 18 May 2018 13:54:46 +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: <1526651556.5e30b2d437af43aa05b40f46fd84f632aac99845.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: 5e30b2d437af43aa05b40f46fd84f632aac99845 X-VCS-Branch: master Date: Fri, 18 May 2018 13:54:46 +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: d0942433-0949-4203-bcc2-ac8526593cba X-Archives-Hash: da87ef8e80bce2c6032da7108de816af commit: 5e30b2d437af43aa05b40f46fd84f632aac99845 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri May 18 09:29:01 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri May 18 13:52:36 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e30b2d4 kde5-functions.eclass: Add minimum deps for Plasma 5.13 eclass/kde5-functions.eclass | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index d66f0babde..01b4cf8d5b 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,6 +38,10 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) + if [[ ${PV} = 5.13* || ${PV} = 5.12.90 ]]; then + : ${FRAMEWORKS_MINIMAL:=5.46.0} + : ${QT_MINIMAL:=5.10.1} + fi if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then : ${FRAMEWORKS_MINIMAL:=9999} : ${QT_MINIMAL:=5.10.1}