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 D0460138247 for ; Fri, 10 Jan 2014 07:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01056E0BF9; Fri, 10 Jan 2014 07:55:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91F9DE0BF9 for ; Fri, 10 Jan 2014 07:55:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B9EB933EDF8 for ; Fri, 10 Jan 2014 07:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 2F19AE54BD for ; Fri, 10 Jan 2014 07:55: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: <1389340506.4da13d0bfd05f8c396df63306a2b55e631104f59.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: 4da13d0bfd05f8c396df63306a2b55e631104f59 X-VCS-Branch: master Date: Fri, 10 Jan 2014 07:55: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: b54946a7-20c5-4a86-9dcf-2e34e052c08e X-Archives-Hash: 6c16e9bacc7e8d5ad292808266d0f596 commit: 4da13d0bfd05f8c396df63306a2b55e631104f59 Author: Michael Palimaka gentoo org> AuthorDate: Fri Jan 10 07:55:06 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Jan 10 07:55:06 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=4da13d0b [eclass] Raise extra-cmake-modules dependency. --- 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 f4e3ff1..61a861d 100644 --- a/eclass/kde-frameworks.eclass +++ b/eclass/kde-frameworks.eclass @@ -66,7 +66,7 @@ SLOT=5 COMMONDEPEND+=" >=dev-qt/qtcore-${QT_MINIMAL}:5 " -DEPEND+="dev-libs/extra-cmake-modules" +DEPEND+=">=dev-libs/extra-cmake-modules-0.0.9" if [[ -n "${FRAMEWORKS_DOXYGEN}" ]]; then IUSE+=" doc"