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 3FEFE138334 for ; Fri, 1 Mar 2019 14:16:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C3BEE085D; Fri, 1 Mar 2019 14:16:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 051C0E085D for ; Fri, 1 Mar 2019 14:16:25 +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 6B46A335CD9 for ; Fri, 1 Mar 2019 14:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA744542 for ; Fri, 1 Mar 2019 14:16:22 +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: <1551449705.7c516e7945fb36b6ca1a3678c76e854309c5096e.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: 7c516e7945fb36b6ca1a3678c76e854309c5096e X-VCS-Branch: master Date: Fri, 1 Mar 2019 14:16:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6e0fb534-1fa3-43f0-9191-546459bfd712 X-Archives-Hash: 41bb6e3acd7eeca4cd1f9158386f373c commit: 7c516e7945fb36b6ca1a3678c76e854309c5096e Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Mar 1 14:15:05 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Mar 1 14:15:05 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7c516e79 kde5-functions.eclass: For Plasma 5.16, raise QT_MINIMAL to 5.12.1 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde5-functions.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index 4a62e5210a..b8c52efa9f 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -41,6 +41,7 @@ case ${CATEGORY} in [[ ${PV} = 5.14.5 ]] && : ${FRAMEWORKS_MINIMAL:=5.52.0} if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.??.49* ]]; then : ${FRAMEWORKS_MINIMAL:=9999} + : ${QT_MINIMAL:=5.12.1} fi ;; esac