diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-27 17:43:02 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-27 17:43:02 +0000 |
commit | 4351b3d14a190720aec031ef1f75fb6593636730 (patch) | |
tree | 2f15b68ebfe05b0fde26e9113507a6b4c6965c0a /eclass | |
parent | Keywording for ppc. (diff) | |
download | historical-4351b3d14a190720aec031ef1f75fb6593636730.tar.gz historical-4351b3d14a190720aec031ef1f75fb6593636730.tar.bz2 historical-4351b3d14a190720aec031ef1f75fb6593636730.zip |
Fix variable name.
Diffstat (limited to 'eclass')
-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 |