summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-14 17:37:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-14 17:37:52 +0000
commitcce815a78f8590b5d024424e47cfe2b797a59d73 (patch)
tree4aaa4386e92406c087cdbc10663d0a3a41dedbfd /eclass
parentfix alpha handling (diff)
downloadgentoo-2-cce815a78f8590b5d024424e47cfe2b797a59d73.tar.gz
gentoo-2-cce815a78f8590b5d024424e47cfe2b797a59d73.tar.bz2
gentoo-2-cce815a78f8590b5d024424e47cfe2b797a59d73.zip
make sure warning has package info
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gcc.eclass4
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>