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 B1D171389E2 for ; Fri, 12 Dec 2014 14:41:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C4B0E0B61; Fri, 12 Dec 2014 14:41:47 +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 028AEE0B61 for ; Fri, 12 Dec 2014 14:41:47 +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 DFB6D3406F8 for ; Fri, 12 Dec 2014 14:41:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E0C3C3A2 for ; Fri, 12 Dec 2014 14:41:44 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1418395305.542bb0f89c04a74e0033ae2354592a7bcfa259d7.kensington@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: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 542bb0f89c04a74e0033ae2354592a7bcfa259d7 X-VCS-Branch: master Date: Fri, 12 Dec 2014 14:41:44 +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: 76f71a37-f96f-4cc4-af3f-1a08b596e19b X-Archives-Hash: 1158bd7f47c909ee668bd024ee4b588c commit: 542bb0f89c04a74e0033ae2354592a7bcfa259d7 Author: Michael Palimaka gentoo org> AuthorDate: Fri Dec 12 14:41:45 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Dec 12 14:41:45 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=542bb0f8 [eclass] Raise Qt dependency to help minimise breakage wrt bug #523616. --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 2fc2b7b..75a8150 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.3.0} +: ${QT_MINIMAL:=5.4.0} # @ECLASS-VARIABLE: KDE_AUTODEPS # @DESCRIPTION: