diff options
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> |