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 6BD411389E2 for ; Sat, 20 Dec 2014 14:23:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5D5FE0895; Sat, 20 Dec 2014 14:23:09 +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 6A08FE0895 for ; Sat, 20 Dec 2014 14:23:09 +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 31D9B34069A for ; Sat, 20 Dec 2014 14:23:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E4320CECF for ; Sat, 20 Dec 2014 14:23:05 +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: <1419085389.5fcc47363f5518caa8c85a84a9783a66354dae58.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde5-functions.eclass eclass/kde5.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 5fcc47363f5518caa8c85a84a9783a66354dae58 X-VCS-Branch: master Date: Sat, 20 Dec 2014 14:23:05 +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: f2bdd8ad-47c1-4789-98ab-108aa3032bc4 X-Archives-Hash: ab76306689e4258eea3206d5280b6455 commit: 5fcc47363f5518caa8c85a84a9783a66354dae58 Author: Michael Palimaka gentoo org> AuthorDate: Sat Dec 20 14:20:50 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Dec 20 14:23:09 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5fcc4736 [eclass] Raise dependencies. --- eclass/kde5-functions.eclass | 2 +- eclass/kde5.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/kde5-functions.eclass b/eclass/kde5-functions.eclass index c15b363..a0e0268 100644 --- a/eclass/kde5-functions.eclass +++ b/eclass/kde5-functions.eclass @@ -26,7 +26,7 @@ esac # @ECLASS-VARIABLE: FRAMEWORKS_MINIMAL # @DESCRIPTION: # Minimal Frameworks version to require for the package. -: ${FRAMEWORKS_MINIMAL:=5.3.0} +: ${FRAMEWORKS_MINIMAL:=5.5.0} # @ECLASS-VARIABLE: KDEBASE # @DESCRIPTION: diff --git a/eclass/kde5.eclass b/eclass/kde5.eclass index 48810ea..2ed255c 100644 --- a/eclass/kde5.eclass +++ b/eclass/kde5.eclass @@ -105,7 +105,7 @@ case ${KDE_AUTODEPS} in elif [[ ${CATEGORY} = kde-frameworks ]]; then ecm_version=1.$(get_version_component_range 2).0 else - ecm_version=1.3.0 + ecm_version=1.5.0 fi DEPEND+=" >=dev-libs/extra-cmake-modules-${ecm_version}"