diff options
author | 2009-10-27 17:43:02 +0000 | |
---|---|---|
committer | 2009-10-27 17:43:02 +0000 | |
commit | 91b1abb0f0341a96fcbffd72884d10924f876768 (patch) | |
tree | 6681e8b098f185271ae901cbbad806b1ec5f665f | |
parent | Keywording for ppc. (diff) | |
download | gentoo-2-91b1abb0f0341a96fcbffd72884d10924f876768.tar.gz gentoo-2-91b1abb0f0341a96fcbffd72884d10924f876768.tar.bz2 gentoo-2-91b1abb0f0341a96fcbffd72884d10924f876768.zip |
Fix variable name.
-rw-r--r-- | eclass/kde4-base.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass index 7f17fffaa8f5..d47ad0da030e 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.48 2009/10/27 14:20:13 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.49 2009/10/27 17:43:02 scarabeus Exp $ # @ECLASS: kde4-base.eclass # @MAINTAINER: @@ -35,7 +35,7 @@ if [[ ${BUILD_TYPE} = live ]]; then subversion_eclass="subversion" fi -inherit base ${cmake_utils} eutils ${subversion_eclass} +inherit base ${buildsystem_eclass} eutils ${subversion_eclass} EXPORT_FUNCTIONS pkg_setup src_unpack src_prepare ${export_fns} pkg_postinst pkg_postrm |