diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 03:30:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 03:30:38 +0000 |
commit | 351f8c09372a21d2273df8798efda1b927ff6c25 (patch) | |
tree | e7b37007e06abce18e68f76caebabe8a1e86e1f6 /eclass | |
parent | Initial new ebuilds for Tomcat's servlet api, 2.4/2.5. 5.5.20/2.4 is brought ... (diff) | |
download | gentoo-2-351f8c09372a21d2273df8798efda1b927ff6c25.tar.gz gentoo-2-351f8c09372a21d2273df8798efda1b927ff6c25.tar.bz2 gentoo-2-351f8c09372a21d2273df8798efda1b927ff6c25.zip |
Restore the intended behaviour. It *has* to be noisy, or I know there will be people not fixing i.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/debug.eclass | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/eclass/debug.eclass b/eclass/debug.eclass index f415217c184f..5f7c94616297 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,17 +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.29 2007/01/05 03:02:02 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.30 2007/01/05 03:30:38 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 "The package ${PF} still uses the broken debug.eclass" - ;; - *) - ;; -esac +ewarn "The package ${PF} still uses the broken debug.eclass" |