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 19926138334 for ; Thu, 19 Sep 2019 15:47:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A9BE0922; Thu, 19 Sep 2019 15:47:55 +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 39D98E0922 for ; Thu, 19 Sep 2019 15:47: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 4021E34B3EB for ; Thu, 19 Sep 2019 15:47:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C3BD37FE for ; Thu, 19 Sep 2019 15:47:50 +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: <1568884514.c44a9b0fffa1393f95161e224eccafae5cdee478.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: c44a9b0fffa1393f95161e224eccafae5cdee478 X-VCS-Branch: master Date: Thu, 19 Sep 2019 15:47:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a60de2f-edd7-477a-8aa3-154c81eed55c X-Archives-Hash: 5277727328a907cf998d7c1654a5d3ea commit: c44a9b0fffa1393f95161e224eccafae5cdee478 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 19 09:15:14 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 19 09:15:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c44a9b0f kde5-functions.eclass: Set KDE Plasma 5.17 FRAMEWORKS_MINIMAL to 5.62 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index ea802e0b25..4cd5ac1eb9 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -37,6 +37,7 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) + [[ ${PV} = 5.16.9[05] || ${PV} = 5.17* ]] && : ${FRAMEWORKS_MINIMAL:=5.62.0} [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-apps)