diff options
author | 2007-01-05 05:02:49 +0000 | |
---|---|---|
committer | 2007-01-05 05:02:49 +0000 | |
commit | 04025cdcb98dc2d34358c79e82ca3ff98b5e39a9 (patch) | |
tree | 465adb325be45c5caae88b8cafe7651040fff248 /eclass | |
parent | Remove debug.eclass usage. (diff) | |
download | gentoo-2-04025cdcb98dc2d34358c79e82ca3ff98b5e39a9.tar.gz gentoo-2-04025cdcb98dc2d34358c79e82ca3ff98b5e39a9.tar.bz2 gentoo-2-04025cdcb98dc2d34358c79e82ca3ff98b5e39a9.zip |
And now that the whole tree is fixed, this should return on global scope to bother people using broken overlays...
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/debug.eclass | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/eclass/debug.eclass b/eclass/debug.eclass index 6e2feacf6cbe..fc580eae967e 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,16 +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.32 2007/01/05 04:11:01 antarus Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.33 2007/01/05 05:02:49 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. -case "$EBUILD_PHASE" in - setup) - ewarn "QA Notice: The package ${PF} still uses the broken debug.eclass" - ;; - *) - ;; -esac +ewarn "QA Notice: The package ${PF} still uses the broken debug.eclass" |