From 3c95341c92d980bea4c7f8575be734cdeea15678 Mon Sep 17 00:00:00 2001 From: Jonathan Callen Date: Wed, 28 Oct 2009 14:23:43 +0000 Subject: Use correct variable --- eclass/kde4-base.eclass | 6 +++--- 1 file 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="" -- cgit v1.2.3-65-gdbad