diff options
author | Chris Reffett <creffett@gentoo.org> | 2013-01-17 20:18:28 +0000 |
---|---|---|
committer | Chris Reffett <creffett@gentoo.org> | 2013-01-17 20:18:28 +0000 |
commit | 028703ce56ea991b504c01d41ce89f437e7d38c0 (patch) | |
tree | d6749a0813c78a9a4244573759586aae9ad1d58e /eclass | |
parent | x11-drivers/xf86-video-intel: Bump to 2.20.18 (diff) | |
download | gentoo-2-028703ce56ea991b504c01d41ce89f437e7d38c0.tar.gz gentoo-2-028703ce56ea991b504c01d41ce89f437e7d38c0.tar.bz2 gentoo-2-028703ce56ea991b504c01d41ce89f437e7d38c0.zip |
Bump CMAKE_MIN_VERSION to 2.8.8, required minimum for new KDE packages and nothing <2.8.9 in the tree anyway
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/cmake-utils.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass index 43a933e7bcef..cadabe92220e 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.90 2012/12/08 15:58:47 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.91 2013/01/17 20:18:28 creffett Exp $ # @ECLASS: cmake-utils.eclass # @MAINTAINER: @@ -29,7 +29,7 @@ WANT_CMAKE="${WANT_CMAKE:-always}" # @ECLASS-VARIABLE: CMAKE_MIN_VERSION # @DESCRIPTION: # Specify the minimum required CMake version. Default is 2.8.4 -CMAKE_MIN_VERSION="${CMAKE_MIN_VERSION:-2.8.4}" +CMAKE_MIN_VERSION="${CMAKE_MIN_VERSION:-2.8.8}" # @ECLASS-VARIABLE: CMAKE_REMOVE_MODULES_LIST # @DESCRIPTION: |