diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-22 09:34:04 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-22 09:34:04 +0000 |
commit | 2dc4b8d9b45f2dd77b5d03d99bd08e3c79f83a39 (patch) | |
tree | f3493814dc82244f5e11977248f5ee2d8a2c8632 /eclass | |
parent | Update git eclass to work hopefully with git-submodules yet again. Drop usage... (diff) | |
download | gentoo-2-2dc4b8d9b45f2dd77b5d03d99bd08e3c79f83a39.tar.gz gentoo-2-2dc4b8d9b45f2dd77b5d03d99bd08e3c79f83a39.tar.bz2 gentoo-2-2dc4b8d9b45f2dd77b5d03d99bd08e3c79f83a39.zip |
Drop usage of eqawarn.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/base.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/base.eclass b/eclass/base.eclass index 81bbef4523c4..d589056131f2 100644 --- a/eclass/base.eclass +++ b/eclass/base.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.46 2010/01/20 19:21:19 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/base.eclass,v 1.47 2010/01/22 09:34:04 scarabeus Exp $ # @ECLASS: base.eclass # @MAINTAINER: @@ -90,8 +90,8 @@ base_src_prepare() { elif [[ -f "${x}" ]]; then epatch "${x}" else - eqawarn "File or directory \"${x}\" does not exist." - eqawarn "Check your PATCHES array or add missing file/directory." + ewarn "QA: File or directory \"${x}\" does not exist." + ewarn "QA: Check your PATCHES array or add missing file/directory." fi done else |