summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2004-06-06 16:39:18 +0000
committerNed Ludd <solar@gentoo.org>2004-06-06 16:39:18 +0000
commitb19fd2406ff84c1234a053ba68d507b04b02515d (patch)
treefd377e36234b54b4b8b24f709140efdaed336d7a /eclass
parentMarked stable on amd64. (Manifest recommit) (diff)
downloadgentoo-2-b19fd2406ff84c1234a053ba68d507b04b02515d.tar.gz
gentoo-2-b19fd2406ff84c1234a053ba68d507b04b02515d.tar.bz2
gentoo-2-b19fd2406ff84c1234a053ba68d507b04b02515d.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.eclass3
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> ####