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 3E9F7138334 for ; Tue, 3 Jul 2018 11:06:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29B4AE08F2; Tue, 3 Jul 2018 11:06:48 +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 E761EE08F2 for ; Tue, 3 Jul 2018 11:06:47 +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 921F2335CA5 for ; Tue, 3 Jul 2018 11:06:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AFF42BB for ; Tue, 3 Jul 2018 11:06:45 +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: <1530615974.b1d7905936336ce6dc68e49107b43f2d426ce208.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: b1d7905936336ce6dc68e49107b43f2d426ce208 X-VCS-Branch: master Date: Tue, 3 Jul 2018 11:06:45 +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: 86b771b3-bced-44e5-806d-5fcb58ff28e3 X-Archives-Hash: 652f69e57b312481dbc77932d93dad35 commit: b1d7905936336ce6dc68e49107b43f2d426ce208 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 3 11:06:14 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 3 11:06:14 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=b1d79059 kde5-functions.eclass: Raise QT_MINIMAL 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 348406ce1a..f9b315a28c 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -38,10 +38,10 @@ case ${CATEGORY} in [[ ${KDE_BUILD_TYPE} = live ]] && : ${FRAMEWORKS_MINIMAL:=9999} ;; kde-plasma) - [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.10.1} + [[ ${PV} = 5.13* ]] && : ${QT_MINIMAL:=5.11.1} if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then : ${FRAMEWORKS_MINIMAL:=9999} - : ${QT_MINIMAL:=5.10.1} + : ${QT_MINIMAL:=5.11.1} fi ;; esac