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 09156138334 for ; Sun, 10 Jun 2018 20:42:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A5430E0932; Sun, 10 Jun 2018 20:42:11 +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 7429EE0932 for ; Sun, 10 Jun 2018 20:42:11 +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 62C6B335C91 for ; Sun, 10 Jun 2018 20:42:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC7CB2C8 for ; Sun, 10 Jun 2018 20:42:07 +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: <1528662742.04bc2ea28175e6a4390c8d947e32afd4b2ab474c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kde5-functions.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 04bc2ea28175e6a4390c8d947e32afd4b2ab474c X-VCS-Branch: master Date: Sun, 10 Jun 2018 20:42:07 +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: 466f8b3e-a7da-46f7-95c5-f773cb7ed59e X-Archives-Hash: 045687a394688d1958c3fd3a81b5f9ed commit: 04bc2ea28175e6a4390c8d947e32afd4b2ab474c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 10 20:32:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 10 20:32:22 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bc2ea2 kde5-functions.eclass: Drop obsolete KDE Plasma 5.11.5 deps eclass/kde5-functions.eclass | 1 - 1 file changed, 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 0fbff9846a6..fbe4eaafb3b 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,7 +38,6 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - [[ ${PV} = 5.11.5* ]] && : ${QT_MINIMAL:=5.7.1} [[ ${PV} = 5.12.5* ]] && : ${QT_MINIMAL:=5.9.1} if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then : ${FRAMEWORKS_MINIMAL:=9999}