From 0c233147f9e79a17fb7ee798734205dc8e780ed4 Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Sun, 10 Jul 2011 20:50:02 +0300 Subject: [eclass] hasq -> has --- eclass/kde4-functions.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/kde4-functions.eclass') diff --git a/eclass/kde4-functions.eclass b/eclass/kde4-functions.eclass index ed7e00ccab4..34bcbc9893b 100644 --- a/eclass/kde4-functions.eclass +++ b/eclass/kde4-functions.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.52 2011/06/15 00:11:05 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.55 2011/07/08 11:35:01 ssuominen Exp $ inherit versionator @@ -262,7 +262,7 @@ migrate_store_dir() { rmdir "${cleandir}" || die "Could not move obsolete KDE store dir. Please move '${cleandir}' contents to appropriate location (possibly ${ESVN_STORE_DIR}) and manually remove '${cleandir}' in order to continue." fi - if ! hasq kde4-meta ${INHERITED}; then + if ! has kde4-meta ${INHERITED}; then case ${KMNAME} in extragear*|playground*) local scmlocalpath="${ESVN_STORE_DIR}"/"${KMNAME}"/"${PN}" -- cgit v1.2.3