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 8735E1396D0 for ; Tue, 15 Aug 2017 09:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DA96E1FC002; Tue, 15 Aug 2017 09:36:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B99961FC002 for ; Tue, 15 Aug 2017 09:36:31 +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 EAEB4341741 for ; Tue, 15 Aug 2017 09:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 632557846 for ; Tue, 15 Aug 2017 09:36:29 +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: <1502789734.e2b1f68f7ba85569f101d2e058cc37c9de801611.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: e2b1f68f7ba85569f101d2e058cc37c9de801611 X-VCS-Branch: master Date: Tue, 15 Aug 2017 09:36:29 +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: b63a2525-c54a-4b61-aca8-f3b12cab70e9 X-Archives-Hash: 86a5af99f4c2cba8ace941cffd44aa42 commit: e2b1f68f7ba85569f101d2e058cc37c9de801611 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Aug 15 09:35:34 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Aug 15 09:35:34 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e2b1f68f kde5-functions.eclass: Fix variable for version check Thanks-to: Arfrever 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 4c0115fa1a..5b1115f089 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -44,7 +44,7 @@ case ${CATEGORY} in ;; kde-apps) : ${QT_MINIMAL:=5.7.1} - [[ ${KDE_BUILD_TYPE} = live || ${PN} = 17.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.37.0} + [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.37.0} ;; esac