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 B11431382C5 for ; Wed, 25 Apr 2018 15:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE23E096A; Wed, 25 Apr 2018 15:06:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 8965FE096A for ; Wed, 25 Apr 2018 15:06:49 +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 501B5335C0A for ; Wed, 25 Apr 2018 15:06:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFCB0296 for ; Wed, 25 Apr 2018 15:06:46 +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: <1524660842.1a0a9c1107bb12ec33987093e44aef4952f91716.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: 1a0a9c1107bb12ec33987093e44aef4952f91716 X-VCS-Branch: master Date: Wed, 25 Apr 2018 15:06:46 +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: 8740021e-3edd-4298-a22a-21e126f5c41b X-Archives-Hash: cc77265d5937f1239e34a19118b364b8 commit: 1a0a9c1107bb12ec33987093e44aef4952f91716 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 25 12:54:02 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 25 12:54:02 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=1a0a9c11 kde5-functions.eclass: Raise QT_MINIMAL to 5.10.1 for kde-plasma live Upstream commit 84d17532b029be587eb9361702eac394b0748cae See also: https://mail.kde.org/pipermail/release-team/2018-February/010843.html eclass/kde5-functions.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index ea310f2b3d..fd0ead79c2 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -40,6 +40,7 @@ case ${CATEGORY} in kde-plasma) if [[ ${KDE_BUILD_TYPE} = live && ${PV} != 5.12* ]]; then : ${FRAMEWORKS_MINIMAL:=9999} + : ${QT_MINIMAL:=5.10.1} fi ;; kde-apps)