summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorTravis Tilley <lv@gentoo.org>2004-06-08 20:49:52 +0000
committerTravis Tilley <lv@gentoo.org>2004-06-08 20:49:52 +0000
commitdadcba9a3609a2f66246d548e43c97c1ac65bdc9 (patch)
treee810abb8a53eff9926c84b17b74ba36c5631a3b5 /eclass
parentno comeback this time (diff)
downloadgentoo-2-dadcba9a3609a2f66246d548e43c97c1ac65bdc9.tar.gz
gentoo-2-dadcba9a3609a2f66246d548e43c97c1ac65bdc9.tar.bz2
gentoo-2-dadcba9a3609a2f66246d548e43c97c1ac65bdc9.zip
fix IUSE so that emerge -pv works again
Diffstat (limited to 'eclass')
-rw-r--r--eclass/flag-o-matic.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/flag-o-matic.eclass b/eclass/flag-o-matic.eclass
index bc059ec06040..48a2c2f89142 100644
--- a/eclass/flag-o-matic.eclass
+++ b/eclass/flag-o-matic.eclass
@@ -1,12 +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.54 2004/06/06 16:39:18 solar Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.55 2004/06/08 20:49:52 lv Exp $
#
# Author Bart Verwilst <verwilst@gentoo.org>
ECLASS=flag-o-matic
INHERITED="$INHERITED $ECLASS"
-IUSE="debug"
+IUSE="$IUSE debug"
#
#### filter-flags <flags> ####