From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 19C3F138A87 for ; Tue, 24 Feb 2015 21:27:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92E46E089F; Tue, 24 Feb 2015 21:27:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 492BEE089F for ; Tue, 24 Feb 2015 21:27:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0817B340934 for ; Tue, 24 Feb 2015 21:27:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D7C01279E for ; Tue, 24 Feb 2015 21:27:13 +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: <1424813187.90766c527e7a3a45fee4c7068b3690eb3c3b9b00.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 90766c527e7a3a45fee4c7068b3690eb3c3b9b00 X-VCS-Branch: master Date: Tue, 24 Feb 2015 21:27:13 +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: 341a366c-6fba-4bed-a5a1-c4a1976d752b X-Archives-Hash: 4e4d5f8dc741778cd583de6d48752e5f commit: 90766c527e7a3a45fee4c7068b3690eb3c3b9b00 Author: Johannes Huber gentoo org> AuthorDate: Tue Feb 24 21:26:27 2015 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Feb 24 21:26:27 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=90766c52 [eclass] Raise Qt minimal version Fixes a lot of plasma bugs. --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 90c627b..52cdd7c 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -35,7 +35,7 @@ EXPORT_FUNCTIONS pkg_pretend pkg_setup src_unpack src_prepare src_configure src_ # @ECLASS-VARIABLE: QT_MINIMAL # @DESCRIPTION: # Minimal Qt version to require for the package. -: ${QT_MINIMAL:=5.4.0} +: ${QT_MINIMAL:=5.4.1} # @ECLASS-VARIABLE: KDE_AUTODEPS # @DESCRIPTION: