diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:58:44 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:58:44 +0000 |
commit | 2b2df58f3813d8e942808cbfab4078cb47d03cf5 (patch) | |
tree | 63d2c60aca1350298174f4fbdc4d8b698c230835 /eclass | |
parent | the world is not ready for this yet (diff) | |
download | historical-2b2df58f3813d8e942808cbfab4078cb47d03cf5.tar.gz historical-2b2df58f3813d8e942808cbfab4078cb47d03cf5.tar.bz2 historical-2b2df58f3813d8e942808cbfab4078cb47d03cf5.zip |
the reaper noticed my flame and touched it with a wet finger
really revert to debug USE flag
Diffstat (limited to '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 dab298d3b5a8..c1cba25c9c2d 100644 --- a/eclass/debug.eclass +++ b/eclass/debug.eclass @@ -1,6 +1,6 @@ # 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.26 2005/08/01 23:46:14 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.27 2005/08/01 23:58:44 foser Exp $ # # Author: Spider # @@ -10,7 +10,7 @@ # Debug ECLASS IUSE="debug" -if useq debuginfo; then +if useq debug; then # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" RESTRICT="${RESTRICT} nostrip" |