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 B7FE61382C5 for ; Tue, 6 Feb 2018 20:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F31EBE0BD4; Tue, 6 Feb 2018 20:35:02 +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 D435BE0BD4 for ; Tue, 6 Feb 2018 20:35:02 +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 8D0EB335C3C for ; Tue, 6 Feb 2018 20:35:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D141C1DF for ; Tue, 6 Feb 2018 20:34:59 +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: <1517949288.165a00f1cb9b3a9389053e69e42055cde3d839ac.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: 165a00f1cb9b3a9389053e69e42055cde3d839ac X-VCS-Branch: master Date: Tue, 6 Feb 2018 20:34:59 +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: 39b724e5-8b3c-45be-9076-01ada1e191c6 X-Archives-Hash: 6c79f07656881b090c26bfa99d1f01e1 commit: 165a00f1cb9b3a9389053e69e42055cde3d839ac Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 6 20:33:57 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 6 20:34:48 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=165a00f1 kde5-functions.eclass: Drop obsolete Plasma 5.11.95 min deps 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 8b71dfc7c7..cd0151eb29 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -37,7 +37,7 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - if [[ ${PV} = 5.12* || ${PV} = 5.11.95 ]]; then + if [[ ${PV} = 5.12* ]]; then : ${QT_MINIMAL:=5.9.1} : ${FRAMEWORKS_MINIMAL:=5.42.0} fi