summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-28 14:23:43 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-28 14:23:43 +0000
commit3c95341c92d980bea4c7f8575be734cdeea15678 (patch)
tree959557968c290f1a2d3c01791cabbb9ed3933185 /eclass
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-3c95341c92d980bea4c7f8575be734cdeea15678.tar.gz
gentoo-2-3c95341c92d980bea4c7f8575be734cdeea15678.tar.bz2
gentoo-2-3c95341c92d980bea4c7f8575be734cdeea15678.zip
Use correct variable
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde4-base.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index d47ad0da030e..d78701834a9a 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.49 2009/10/27 17:43:02 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.50 2009/10/28 14:23:43 abcd Exp $
# @ECLASS: kde4-base.eclass
# @MAINTAINER:
@@ -13,13 +13,13 @@
# NOTE: KDE 4 ebuilds by default define EAPI="2", this can be redefined but
# eclass will fail with version older than 2.
-# @ECLASS-VARIABLE: CMAKE_REQUIRED
+# @ECLASS-VARIABLE: WANT_CMAKE
# @DESCRIPTION:
# Specify if cmake buildsystem is being used. Possible values are 'always' and 'never'.
# Please note that if it's set to 'never' you need to explicitly override following phases:
# src_configure, src_compile, src_test and src_install.
# Defaults to 'always'.
-CMAKE_REQUIRED="${CMAKE_REQUIRED:-always}"
+WANT_CMAKE="${WANT_CMAKE:-always}"
if [[ ${WANT_CMAKE} = false || ${WANT_CMAKE} = never ]]; then
buildsystem_eclass=""
export_fns=""