diff options
author | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:16:17 +0000 |
---|---|---|
committer | Marinus Schraal <foser@gentoo.org> | 2005-08-01 23:16:17 +0000 |
commit | 543ec1c1e9a801962c8001fe7a0a39deddb42a6a (patch) | |
tree | 3667b59fdd0b913e4d4ef8e1182d9db1bfdbb916 /eclass/debug.eclass | |
parent | die (#97761) (diff) | |
download | gentoo-2-543ec1c1e9a801962c8001fe7a0a39deddb42a6a.tar.gz gentoo-2-543ec1c1e9a801962c8001fe7a0a39deddb42a6a.tar.bz2 gentoo-2-543ec1c1e9a801962c8001fe7a0a39deddb42a6a.zip |
rename USE flag to debuginfo
Diffstat (limited to 'eclass/debug.eclass')
-rw-r--r-- | eclass/debug.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/debug.eclass b/eclass/debug.eclass index 5fc184f7fbf4..fa656b43acf9 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.24 2005/07/11 15:08:06 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/debug.eclass,v 1.25 2005/08/01 23:16:17 foser Exp $ # # Author: Spider # @@ -8,9 +8,9 @@ # and to remove "bad" flags from CFLAGS # Debug ECLASS -IUSE="debug" +IUSE="debuginfo" -if useq debug; then +if useq debuginfo; then # Do _NOT_ strip symbols in the build! Need both lines for Portage 1.8.9+ DEBUG="yes" RESTRICT="${RESTRICT} nostrip" |