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 F1E9A138334 for ; Sun, 14 Jul 2019 19:35:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 177BCE0929; Sun, 14 Jul 2019 19:35:47 +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 F38C2E0929 for ; Sun, 14 Jul 2019 19:35:46 +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 0DBE6347B85 for ; Sun, 14 Jul 2019 19:35:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAF174D3 for ; Sun, 14 Jul 2019 19:35:44 +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: <1563132894.bf49b10b6c0aa452d3b5b7c46a2c3d3a5ce7c8ff.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: bf49b10b6c0aa452d3b5b7c46a2c3d3a5ce7c8ff X-VCS-Branch: master Date: Sun, 14 Jul 2019 19:35:44 +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: e2bb68ad-f57e-4eb0-abb2-fe1ab056a10e X-Archives-Hash: c6c11fc0067cb7eb420a91fb3fbf1a02 commit: bf49b10b6c0aa452d3b5b7c46a2c3d3a5ce7c8ff Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 14 19:34:54 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 14 19:34:54 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bf49b10b kde5-functions.eclass: Keep KDE Plasma 5.16 stable branch at KF 5.60 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index c341d657c5..0774e42d93 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,8 +38,8 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) + [[ ${PV} = 5.16* ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0} [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} - : ${FRAMEWORKS_MINIMAL:=5.60.0} ;; kde-apps) [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=5.60.0}