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 D7847138334 for ; Sun, 14 Jul 2019 19:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5E8AE0900; Sun, 14 Jul 2019 19:22:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8A3CFE0900 for ; Sun, 14 Jul 2019 19:22:49 +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 3CD80347AE4 for ; Sun, 14 Jul 2019 19:22:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD9F34D3 for ; Sun, 14 Jul 2019 19:22:45 +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: <1563132049.8f863f85bc62ecb88622f2b8774ecfc4ba5ef009.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: 8f863f85bc62ecb88622f2b8774ecfc4ba5ef009 X-VCS-Branch: master Date: Sun, 14 Jul 2019 19:22:45 +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: e1492a84-2e46-41c5-b611-9de039d7f2aa X-Archives-Hash: ebc3ef25443d76bf98de7b93a7f50913 commit: 8f863f85bc62ecb88622f2b8774ecfc4ba5ef009 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jul 14 19:20:49 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jul 14 19:20:49 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8f863f85 kde5.eclass: Raise PLASMA_MINIMAL to 5.14.5 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 3ee2b7590e..c341d657c5 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,10 +38,6 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - if [[ ${PV} = 5.15.5 ]]; then - : ${FRAMEWORKS_MINIMAL:=5.57.0} - : ${QT_MINIMAL:=5.11.1} - fi [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} : ${FRAMEWORKS_MINIMAL:=5.60.0} ;; @@ -63,7 +59,7 @@ esac # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: # Minimum version of Plasma to require. This affects add_plasma_dep. -: ${PLASMA_MINIMAL:=5.14.5} +: ${PLASMA_MINIMAL:=5.15.5} # @ECLASS-VARIABLE: KDE_APPS_MINIMAL # @DESCRIPTION: