summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 05:02:49 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-01-05 05:02:49 +0000
commit6ba09cd77b7b217efaf63af100ba98793434b7f4 (patch)
treeea1d38259b9373c6d04efb9979e931d95e024273 /eclass
parentRemove debug.eclass usage. (diff)
downloadhistorical-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.eclass10
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"