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 2FCC4139085 for ; Sat, 14 Jan 2017 10:45:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5F82D23405F; Sat, 14 Jan 2017 10:45:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 3F04923405F for ; Sat, 14 Jan 2017 10:45:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1ED6C341768 for ; Sat, 14 Jan 2017 10:45:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E6BA26AF for ; Sat, 14 Jan 2017 10:45:35 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1484390637.758e10fc630ff4222a9b6c33b985b7fc783f4500.johu@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: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 758e10fc630ff4222a9b6c33b985b7fc783f4500 X-VCS-Branch: master Date: Sat, 14 Jan 2017 10:45:35 +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: c1a9a88e-830c-4902-b21c-988c5a95996d X-Archives-Hash: b48c3a182f9e1d68af8fc70f4fc21826 commit: 758e10fc630ff4222a9b6c33b985b7fc783f4500 Author: Johannes Huber gentoo org> AuthorDate: Sat Jan 14 10:43:48 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Jan 14 10:43:57 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=758e10fc kde5-functions.eclass: Raise Plasmas 5.9 QT_MINIMAL to 5.7.1 Gentoo-bug: 605646 eclass/kde5-functions.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 1b6797c..e87cf93 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -39,6 +39,7 @@ case ${CATEGORY} in if [[ $(get_version_component_range 2) -eq 8 && $(get_version_component_range 3) -lt 50 ]]; then : ${FRAMEWORKS_MINIMAL:=5.26.0} # special 5.8 LTS rule to not get overwritten below elif ! [[ $(get_version_component_range 2) -le 8 && $(get_version_component_range 3) -lt 50 ]]; then + : ${QT_MINIMAL:=5.7.1} : ${FRAMEWORKS_MINIMAL:=5.29.0} fi [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999}