From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F26BF1381FA for ; Tue, 20 May 2014 15:29:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4557FE0C4C; Tue, 20 May 2014 15:29:32 +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 D8B36E0C4C for ; Tue, 20 May 2014 15:29:31 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0506E33FE17 for ; Tue, 20 May 2014 15:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 913D31818D for ; Tue, 20 May 2014 15:29:29 +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: <1400599691.6b83b271d34eff3ba7ca9028c767f0732ee0556c.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: 6b83b271d34eff3ba7ca9028c767f0732ee0556c X-VCS-Branch: master Date: Tue, 20 May 2014 15:29:29 +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: 5a6beaae-af01-446b-9b72-e4f36cc8ade7 X-Archives-Hash: bbb2e2c6d17300f8826b63c69fae9aed commit: 6b83b271d34eff3ba7ca9028c767f0732ee0556c Author: Michael Palimaka gentoo org> AuthorDate: Tue May 20 15:28:11 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue May 20 15:28:11 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=6b83b271 [eclass] Raise minimum Qt version. It is required by kde-workspace projects, and we no longer ship earlier versions anyway. --- eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 15993fe..e4d2340 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -32,7 +32,7 @@ EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare src_configure src_compile src_ # @ECLASS-VARIABLE: QT_MINIMAL # @DESCRIPTION: # Minimal Qt version to require for the package. -: ${QT_MINIMAL:=5.2.0} +: ${QT_MINIMAL:=5.3.0_rc} # @ECLASS-VARIABLE: KDE_AUTODEPS # @DESCRIPTION: