diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 03:49:00 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 03:49:00 +0000 |
commit | 019a0db0192a04d455d3ee50f872b5ed52e09f20 (patch) | |
tree | a87b6df14feae6fdbae14e8f4165265c830a9201 /eclass/debug.eclass | |
parent | Change functionality of jni use flag from compiling/installing to dep on a pa... (diff) | |
download | gentoo-2-019a0db0192a04d455d3ee50f872b5ed52e09f20.tar.gz gentoo-2-019a0db0192a04d455d3ee50f872b5ed52e09f20.tar.bz2 gentoo-2-019a0db0192a04d455d3ee50f872b5ed52e09f20.zip |
Add a QA Notice prefix to the message.
Diffstat (limited to 'eclass/debug.eclass')
-rw-r--r-- | eclass/debug.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/debug.eclass b/eclass/debug.eclass index 5f7c94616297..2df3c3d7cdb9 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.30 2007/01/05 03:30:38 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.31 2007/01/05 03:49:00 flameeyes Exp $ # STOP USING THIS ECLASS # It was broken, and debug useflag should _not_ touch CFLAGS to start with. # See http://bugs.gentoo.org/show_bug.cgi?id=55708 for info about this # and http://www.gentoo.org/proj/en/qa/backtraces.xml to learn how to get # a debug build. -ewarn "The package ${PF} still uses the broken debug.eclass" +ewarn "QA Notice: the package ${PF} still uses the broken debug.eclass" |