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 B357E1397F2 for ; Fri, 21 Aug 2015 16:28:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DCF3E0886; Fri, 21 Aug 2015 16:28:51 +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 BED7DE0886 for ; Fri, 21 Aug 2015 16:28:50 +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 A094F340834 for ; Fri, 21 Aug 2015 16:28:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1F11145 for ; Fri, 21 Aug 2015 16:28:47 +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: <1440174494.4071277aa7963a3686275f052fab4cb7c7c3133d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-base/kdelibs/ X-VCS-Repository: proj/kde X-VCS-Files: kde-base/kdelibs/kdelibs-4.9999.ebuild X-VCS-Directories: kde-base/kdelibs/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4071277aa7963a3686275f052fab4cb7c7c3133d X-VCS-Branch: master Date: Fri, 21 Aug 2015 16:28:47 +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: 404da3e0-1cd9-48f7-a030-8234828026dc X-Archives-Hash: 053b730a0db1fda8e268f4cd57ed6930 commit: 4071277aa7963a3686275f052fab4cb7c7c3133d Author: Michael Palimaka gentoo org> AuthorDate: Fri Aug 21 16:28:14 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Aug 21 16:28:14 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4071277a kde-base/kdelibs: raise cmake dependency. Gentoo-bug: 558236 Package-Manager: portage-2.2.20.1 kde-base/kdelibs/kdelibs-4.9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-base/kdelibs/kdelibs-4.9999.ebuild b/kde-base/kdelibs/kdelibs-4.9999.ebuild index 49055b8..e40e74a 100644 --- a/kde-base/kdelibs/kdelibs-4.9999.ebuild +++ b/kde-base/kdelibs/kdelibs-4.9999.ebuild @@ -4,6 +4,7 @@ EAPI=5 +CMAKE_MIN_VERSION="3.3.1-r1" CPPUNIT_REQUIRED="optional" DECLARATIVE_REQUIRED="always" OPENGL_REQUIRED="optional"