summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-07-11 08:21:58 +0000
committerUlrich Müller <ulm@gentoo.org>2014-07-11 08:21:58 +0000
commitfd09acbe8caeba968c7440f90995b39da742143d (patch)
tree4ff02ad41c2fa38676fe63ef48f118aa7c90e450 /eclass/cmake-utils.eclass
parentdroped vdr use-flag, droped media-video/vdr from depend, droped useless servi... (diff)
downloadgentoo-2-fd09acbe8caeba968c7440f90995b39da742143d.tar.gz
gentoo-2-fd09acbe8caeba968c7440f90995b39da742143d.tar.bz2
gentoo-2-fd09acbe8caeba968c7440f90995b39da742143d.zip
Avoid reserved names for functions and variables, bug 516092.
Diffstat (limited to 'eclass/cmake-utils.eclass')
-rw-r--r--eclass/cmake-utils.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/cmake-utils.eclass b/eclass/cmake-utils.eclass
index eacfa916ff6a..2b843fb02323 100644
--- a/eclass/cmake-utils.eclass
+++ b/eclass/cmake-utils.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.107 2014/05/06 15:29:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/cmake-utils.eclass,v 1.108 2014/07/11 08:21:58 ulm Exp $
# @ECLASS: cmake-utils.eclass
# @MAINTAINER:
@@ -17,8 +17,8 @@
# builds (default), in-source builds and an implementation of the well-known use_enable
# and use_with functions for CMake.
-if [[ ${___ECLASS_ONCE_CMAKE_UTILS} != "recur -_+^+_- spank" ]] ; then
-___ECLASS_ONCE_CMAKE_UTILS="recur -_+^+_- spank"
+if [[ -z ${_CMAKE_UTILS_ECLASS} ]]; then
+_CMAKE_UTILS_ECLASS=1
# @ECLASS-VARIABLE: WANT_CMAKE
# @DESCRIPTION: