diff options
author | Ned Ludd <solar@gentoo.org> | 2004-06-06 16:39:18 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2004-06-06 16:39:18 +0000 |
commit | 512d2dbeae07b2cf59eb9d472fd4ff609ec3d67f (patch) | |
tree | 9208d8ddd3b29f7bb6aa1b06660517f75d81302e /eclass | |
parent | Marked stable on amd64. (diff) | |
download | historical-512d2dbeae07b2cf59eb9d472fd4ff609ec3d67f.tar.gz historical-512d2dbeae07b2cf59eb9d472fd4ff609ec3d67f.tar.bz2 historical-512d2dbeae07b2cf59eb9d472fd4ff609ec3d67f.zip |
QA loving.. flag-o-matic has use debug && do_stuff, but had a missing IUSE=debug
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/flag-o-matic.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass index 67468d690025..bc059ec06040 100644 --- a/eclass/flag-o-matic.eclass +++ b/eclass/flag-o-matic.eclass @@ -1,11 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.53 2004/06/01 04:28:38 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.54 2004/06/06 16:39:18 solar Exp $ # # Author Bart Verwilst <verwilst@gentoo.org> ECLASS=flag-o-matic INHERITED="$INHERITED $ECLASS" +IUSE="debug" # #### filter-flags <flags> #### |