diff options
| author | Michael Palimaka <kensington@gentoo.org> | 2014-07-17 03:41:27 +1000 |
|---|---|---|
| committer | Michael Palimaka <kensington@gentoo.org> | 2014-07-17 03:41:27 +1000 |
| commit | f2325564c3bc91a16993aa4b780fe1f5b8bd10c3 (patch) | |
| tree | 2eabaff6b4ff995e08a7598f6bfb3929159e0b9b /eclass/cmake-utils.eclass | |
| parent | 4a18f7aaa5f167d114d848c3a82621761f721ac7 (diff) | |
| download | kde-f2325564c3bc91a16993aa4b780fe1f5b8bd10c3.tar.gz kde-f2325564c3bc91a16993aa4b780fe1f5b8bd10c3.tar.bz2 kde-f2325564c3bc91a16993aa4b780fe1f5b8bd10c3.zip | |
[eclass] Avoid reserved names wrt bug #516092.
Diffstat (limited to 'eclass/cmake-utils.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 1b3283cdad3..180312930e5 100644 --- a/eclass/cmake-utils.eclass +++ b/eclass/cmake-utils.eclass @@ -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: BUILD_DIR |
