commit:     7b5cc77ec9120cb264e4f707dc9e0f650b1179cc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 22:54:45 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Dec 21 10:40:17 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=7b5cc77e

cmake.eclass: Drop CMAKE_MIN_VERSION

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/cmake.eclass | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/eclass/cmake.eclass b/eclass/cmake.eclass
index 210b3a30d9..730a1929fa 100644
--- a/eclass/cmake.eclass
+++ b/eclass/cmake.eclass
@@ -55,11 +55,6 @@ _CMAKE_ECLASS=1
 # The default is set to "ninja".
 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
 
-# @ECLASS-VARIABLE: CMAKE_MIN_VERSION
-# @DESCRIPTION:
-# Specify the minimum required CMake version.
-: ${CMAKE_MIN_VERSION:=3.9.6}
-
 # @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES
 # @DESCRIPTION:
 # Do we want to remove anything? yes or whatever else for no
@@ -131,7 +126,7 @@ case ${CMAKE_MAKEFILE_GENERATOR} in
 esac
 
 if [[ ${PN} != cmake ]]; then
-       BDEPEND+=" >=dev-util/cmake-${CMAKE_MIN_VERSION}"
+       BDEPEND+=" dev-util/cmake"
 fi
 
 # @FUNCTION: _cmake_banned_func

Reply via email to