From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 388DC139085 for ; Mon, 6 Feb 2017 21:36:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70804E0C5A; Mon, 6 Feb 2017 21:36:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4DCC6E0C5A for ; Mon, 6 Feb 2017 21:36:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 044F1341670 for ; Mon, 6 Feb 2017 21:36:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5707A3A86 for ; Mon, 6 Feb 2017 21:36:14 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1486415844.5fc722d8dc0fd8a36f42d67ded93aa6d84502764.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/cmake-utils.eclass X-VCS-Directories: eclass/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5fc722d8dc0fd8a36f42d67ded93aa6d84502764 X-VCS-Branch: master Date: Mon, 6 Feb 2017 21:36:14 +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: 22fe242e-4f97-490b-8b6e-b9446eb08f99 X-Archives-Hash: b33ecbc6baa9df1b76fe84f66014843d commit: 5fc722d8dc0fd8a36f42d67ded93aa6d84502764 Author: Johannes Huber gentoo org> AuthorDate: Mon Feb 6 21:17:24 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Mon Feb 6 21:17:24 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5fc722d8 cmake-utils.eclass: Set CMAKE_MIN_VERSION to 3.6.3 eclass/cmake-utils.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 7b3500b..d7870c4 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -57,7 +57,7 @@ _CMAKE_UTILS_ECLASS=1 # @ECLASS-VARIABLE: CMAKE_MIN_VERSION # @DESCRIPTION: # Specify the minimum required CMake version. -: ${CMAKE_MIN_VERSION:=3.5.2} +: ${CMAKE_MIN_VERSION:=3.6.3} # @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES # @DESCRIPTION: