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 26635138332 for ; Wed, 5 Oct 2016 18:42:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5055D21C06A; Wed, 5 Oct 2016 18:42:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 342EB21C06A for ; Wed, 5 Oct 2016 18:42:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 515DD34119D for ; Wed, 5 Oct 2016 18:42:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37CC824A8 for ; Wed, 5 Oct 2016 18:42:43 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1475692952.70cb2877a4c0a05490c6aced93d5f74e92e1eb7c.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 70cb2877a4c0a05490c6aced93d5f74e92e1eb7c X-VCS-Branch: master Date: Wed, 5 Oct 2016 18:42:43 +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: 0925627a-4d2a-425e-a45c-1caa3c16257d X-Archives-Hash: 6c51044f5e4c5d4056f3f630a31094ec commit: 70cb2877a4c0a05490c6aced93d5f74e92e1eb7c Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Sep 10 14:59:23 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Oct 5 18:42:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70cb2877 kde5.eclass: KDE Plasma 5.8 requires >=KF-5.26 eclass/kde5.eclass | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index c032ab8..5a586ff 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -151,15 +151,18 @@ case ${KDE_AUTODEPS} in esac fi + if [[ ${CATEGORY} = kde-plasma ]]; then + if ! [[ $(get_version_component_range 2) -le 7 && $(get_version_component_range 3) -lt 50 ]]; then + FRAMEWORKS_MINIMAL=5.26.0 + fi + fi + DEPEND+=" $(add_frameworks_dep extra-cmake-modules)" RDEPEND+=" >=kde-frameworks/kf-env-3" COMMONDEPEND+=" $(add_qt_dep qtcore)" if [[ ${CATEGORY} = kde-frameworks || ${CATEGORY} = kde-plasma && ${PN} != polkit-kde-agent ]]; then - RDEPEND+=" - !kde-apps/kde4-l10n[-minimal(+)] - !