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 458F4138CCA for ; Mon, 30 Mar 2015 18:56:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC90DE07B3; Mon, 30 Mar 2015 18:56:26 +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 7C02CE07B3 for ; Mon, 30 Mar 2015 18:56:26 +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 ADD2E340B34 for ; Mon, 30 Mar 2015 18:56:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC82F14DD7 for ; Mon, 30 Mar 2015 18:56:20 +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: <1427741762.c23a748b72e17d06effcf40a34a5655341f7ca4a.mrueg@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: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: c23a748b72e17d06effcf40a34a5655341f7ca4a X-VCS-Branch: master Date: Mon, 30 Mar 2015 18:56:20 +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: c70aa2f5-f172-47d2-b1bd-7b197f42c43f X-Archives-Hash: dbfaf1e7f6c74527657c9e94d5cbbd39 commit: c23a748b72e17d06effcf40a34a5655341f7ca4a Author: Manuel Rüger gentoo org> AuthorDate: Mon Mar 30 18:56:02 2015 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon Mar 30 18:56:02 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c23a748b [eclass] Raise frameworks dep to 5.8.0 for upcoming KDE Applications 15.04. eclass/kde5-functions.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index a525abd..494205c 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -26,12 +26,12 @@ esac # @ECLASS-VARIABLE: ECM_MINIMAL # @DESCRIPTION: # Minimal extra-cmake-modules version to require for the package. -: ${ECM_MINIMAL:=1.7.0} +: ${ECM_MINIMAL:=1.8.0} # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimal Frameworks version to require for the package. -: ${FRAMEWORKS_MINIMAL:=5.7.0} +: ${FRAMEWORKS_MINIMAL:=5.8.0} # @ECLASS-VARIABLE: PLASMA_MINIMAL # @DESCRIPTION: