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 | 0576edd21fbe3c1b8f1feb1e63868863e1c0ad39 (patch) | |
tree | 00b5ef057574c952b68620972abd63dbca44f59c /eclass/debug.eclass | |
parent | die (#97761) (diff) | |
download | historical-0576edd21fbe3c1b8f1feb1e63868863e1c0ad39.tar.gz historical-0576edd21fbe3c1b8f1feb1e63868863e1c0ad39.tar.bz2 historical-0576edd21fbe3c1b8f1feb1e63868863e1c0ad39.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" |