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 DB43F13881D for ; Sun, 27 Sep 2015 12:00:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 65C4721C005; Sun, 27 Sep 2015 12:00:07 +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 E548521C005 for ; Sun, 27 Sep 2015 12:00:06 +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 E2A5033E5E4 for ; Sun, 27 Sep 2015 12:00:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D4EDA236 for ; Sun, 27 Sep 2015 12:00:01 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1443355163.bddea4c02a06beaaccad0f20601c4969136a0c2b.mrueg@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: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: bddea4c02a06beaaccad0f20601c4969136a0c2b X-VCS-Branch: master Date: Sun, 27 Sep 2015 12:00:01 +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: 2955c27b-0e2c-4c91-9e11-194dd135b086 X-Archives-Hash: a57d69fa18034314e10621205c343cdc commit: bddea4c02a06beaaccad0f20601c4969136a0c2b Author: Manuel Rüger gentoo org> AuthorDate: Sun Sep 27 11:59:23 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Sun Sep 27 11:59:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=bddea4c0 eclass: Raise minimal QT version to 5.4.2 eclass/kde5.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 2fa0d83..eef725e 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -33,7 +33,7 @@ EXPORT_FUNCTIONS pkg_pretend pkg_setup pkg_nofetch src_unpack src_prepare src_co # @ECLASS-VARIABLE: QT_MINIMAL # @DESCRIPTION: # Minimal Qt version to require for the package. -: ${QT_MINIMAL:=5.4.1} +: ${QT_MINIMAL:=5.4.2} # @ECLASS-VARIABLE: KDE_AUTODEPS # @DESCRIPTION: