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 260BC1395E8 for ; Tue, 7 Feb 2017 23:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3E1F3E0DD6; Tue, 7 Feb 2017 23:12:02 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C1B1E0DD6 for ; Tue, 7 Feb 2017 23:12:02 +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 F325E341670 for ; Tue, 7 Feb 2017 23:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68E073DC6 for ; Tue, 7 Feb 2017 23:11: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: <1486508683.11d1e7402325e50de639720b7a2ff01f851510b4.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: 11d1e7402325e50de639720b7a2ff01f851510b4 X-VCS-Branch: master Date: Tue, 7 Feb 2017 23:11: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: dbe3eba2-866b-466d-87a9-456c1910fda0 X-Archives-Hash: d189873b1e6232b38fa8cb1d2d47b747 commit: 11d1e7402325e50de639720b7a2ff01f851510b4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 7 22:31:23 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Feb 7 23:04:43 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=11d1e740 kde5-functions.eclass: Raise QT_MINIMAL to 5.7.1 for Plasma live eclass/kde5-functions.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 3be9ca3..90fb579 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,7 +39,10 @@ case ${CATEGORY} in if ! [[ $(get_version_component_range 2) -le 8 && $(get_version_component_range 3) -lt 50 ]]; then : ${QT_MINIMAL:=5.7.1} fi - [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} + if [[ ${KDE_BUILD_TYPE} = live ]]; then + : ${FRAMEWORKS_MINIMAL:=9999} + : ${QT_MINIMAL:=5.7.1} + fi ;; esac