diff options
author | 2005-08-01 23:58:44 +0000 | |
---|---|---|
committer | 2005-08-01 23:58:44 +0000 | |
commit | a8dd4e5394534f746b7e4291f0a04abc4ff95973 (patch) | |
tree | e3aa3933f0108865653dc413e75ee8cab37e2bd0 /eclass | |
parent | the world is not ready for this yet (diff) | |
download | gentoo-2-a8dd4e5394534f746b7e4291f0a04abc4ff95973.tar.gz gentoo-2-a8dd4e5394534f746b7e4291f0a04abc4ff95973.tar.bz2 gentoo-2-a8dd4e5394534f746b7e4291f0a04abc4ff95973.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" |