diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 05:02:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 05:02:49 +0000 |
commit | 6ba09cd77b7b217efaf63af100ba98793434b7f4 (patch) | |
tree | ea1d38259b9373c6d04efb9979e931d95e024273 /eclass | |
parent | Remove debug.eclass usage. (diff) | |
download | historical-6ba09cd77b7b217efaf63af100ba98793434b7f4.tar.gz historical-6ba09cd77b7b217efaf63af100ba98793434b7f4.tar.bz2 historical-6ba09cd77b7b217efaf63af100ba98793434b7f4.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" |