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 75538138CEF for ; Wed, 12 Feb 2014 11:57:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A8B5E0D7F; Wed, 12 Feb 2014 11:57:06 +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 DAEDFE0D7F for ; Wed, 12 Feb 2014 11:57:05 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [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 17C8733F7F8 for ; Wed, 12 Feb 2014 11:57:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id B71BF188C7 for ; Wed, 12 Feb 2014 11:57:03 +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: <1392206021.349578878a7d6afdc2c7f276cf198e77c4db9711.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde-frameworks.eclass X-VCS-Directories: eclass/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 349578878a7d6afdc2c7f276cf198e77c4db9711 X-VCS-Branch: master Date: Wed, 12 Feb 2014 11:57:03 +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: ecd30709-5a80-434a-8775-4026e5bf7d25 X-Archives-Hash: 8b7e2a9cce77bbab92a9f2395a1ff8cd commit: 349578878a7d6afdc2c7f276cf198e77c4db9711 Author: Michael Palimaka gentoo org> AuthorDate: Wed Feb 12 11:53:41 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Feb 12 11:53:41 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=34957887 [eclass] Bump required extra-cmake-modules version. --- eclass/kde-frameworks.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde-frameworks.eclass b/eclass/kde-frameworks.eclass index 0361ae2..1158eb1 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -73,7 +73,7 @@ SLOT=5 case ${FRAMEWORKS_AUTODEPS} in false) ;; *) - DEPEND+=" >=dev-libs/extra-cmake-modules-0.0.9" + DEPEND+=" >=dev-libs/extra-cmake-modules-0.0.10" COMMONDEPEND+=" >=dev-qt/qtcore-${QT_MINIMAL}:5" ;; esac