diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-14 17:37:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-14 17:37:52 +0000 |
commit | 9af780451ece53bc059ce50f0357c22abdb6a6ec (patch) | |
tree | 1ee8b2429db406e0e3de78100d102d86a909b35a /eclass | |
parent | fix alpha handling (diff) | |
download | historical-9af780451ece53bc059ce50f0357c22abdb6a6ec.tar.gz historical-9af780451ece53bc059ce50f0357c22abdb6a6ec.tar.bz2 historical-9af780451ece53bc059ce50f0357c22abdb6a6ec.zip |
make sure warning has package info
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gcc.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gcc.eclass b/eclass/gcc.eclass index e4e1b1186b81..730947910251 100644 --- a/eclass/gcc.eclass +++ b/eclass/gcc.eclass @@ -1,11 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.19 2005/05/13 06:13:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gcc.eclass,v 1.20 2005/05/14 17:37:52 vapier Exp $ # STOP USING THIS ECLASS # PLEASE TRANSITION TO TOOLCHAIN-FUNCS.ECLASS -ewarn "Please upgrade your package to use toolchain-funcs.eclass" +ewarn "Please upgrade your package (${PF}) to use toolchain-funcs.eclass" # Author: Martin Schlemmer <azarah@gentoo.org> |