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 0FFC6138335 for ; Mon, 3 Sep 2018 19:30:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC7ADE08CD; Mon, 3 Sep 2018 19:30:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 A2DA5E08CD for ; Mon, 3 Sep 2018 19:30:42 +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 7E4D2335C94 for ; Mon, 3 Sep 2018 19:30:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B78838A for ; Mon, 3 Sep 2018 19:30:38 +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: <1535999396.0b7383b87a9e2d55e2cfa544e192401332d0cbc9.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: 0b7383b87a9e2d55e2cfa544e192401332d0cbc9 X-VCS-Branch: master Date: Mon, 3 Sep 2018 19:30:38 +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: 75bd659f-4518-4910-b66b-99e704b7febd X-Archives-Hash: 58d6af6e0393e4e671f9ddf8884c3a5d commit: 0b7383b87a9e2d55e2cfa544e192401332d0cbc9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 3 18:29:56 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Sep 3 18:29:56 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=0b7383b8 kde5-functions.eclass: QT_MINIMAL=5.11.1 is default for kde-plasma/* KDE Plasma 5.14 has this as minimum dependency and 5.13 effectively already, only 5.12 LTS can build with old Qt. eclass/kde5-functions.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 118011b524..37fbdae238 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,11 +38,11 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1} + [[ ${PV} = 5.12* ]] && : ${QT_MINIMAL:=5.9.4} if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then : ${FRAMEWORKS_MINIMAL:=9999} - : ${QT_MINIMAL:=5.11.1} fi + : ${QT_MINIMAL:=5.11.1} ;; kde-apps) if [[ ${KDE_BUILD_TYPE} = live || ${PV} = 18.08* ]]; then