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 DAF081396D0 for ; Sun, 10 Sep 2017 12:21:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C7CE1FC05D; Sun, 10 Sep 2017 12:21:46 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2D1F1FC05D for ; Sun, 10 Sep 2017 12:21:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DCAE43417E2 for ; Sun, 10 Sep 2017 12:21:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E2BB8F50 for ; Sun, 10 Sep 2017 12:21:43 +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: <1505045648.0da8a08422db5888d4d5a69b1e80bebb60dbae97.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: 0da8a08422db5888d4d5a69b1e80bebb60dbae97 X-VCS-Branch: master Date: Sun, 10 Sep 2017 12:21: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: ef68a103-3379-40e9-be02-0ec36c782d1e X-Archives-Hash: 4183d5b40c2145249b31ef18adb1ebe2 commit: 0da8a08422db5888d4d5a69b1e80bebb60dbae97 Author: Johannes Huber gentoo org> AuthorDate: Sun Sep 10 12:14:08 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Sep 10 12:14:08 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0da8a084 kde5-functions.eclass: Raise QT_MINIMAL to 5.7.1 eclass/kde5-functions.eclass | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index e11fdc823e..3fa79d8565 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -33,17 +33,14 @@ export KDE_BUILD_TYPE case ${CATEGORY} in kde-frameworks) [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} - [[ ${KDE_BUILD_TYPE} = live || $(get_version_component_range 2) -ge 37 ]] \ - && : ${QT_MINIMAL:=5.7.1} + [[ ${KDE_BUILD_TYPE} = live || $(get_version_component_range 2) -ge 37 ]] ;; kde-plasma) - : ${QT_MINIMAL:=5.7.1} if [[ ${KDE_BUILD_TYPE} = live ]]; then : ${FRAMEWORKS_MINIMAL:=9999} fi ;; kde-apps) - : ${QT_MINIMAL:=5.7.1} [[ ${KDE_BUILD_TYPE} = live || ${PV} = 17.08* ]] && : ${FRAMEWORKS_MINIMAL:=5.37.0} ;; esac @@ -51,7 +48,7 @@ esac # @ECLASS-VARIABLE: QT_MINIMAL # @DESCRIPTION: # Minimal Qt version to require for the package. -: ${QT_MINIMAL:=5.6.1} +: ${QT_MINIMAL:=5.7.1} # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: