summaryrefslogtreecommitdiff
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
commitacb7e076654f7228fd1e7b97ec05c0fc34de2375 (patch)
tree314516b22ad803ca921ab80569c42613e9547d78 /eclass/flag-o-matic.eclass
parentno comeback this time (diff)
downloadhistorical-acb7e076654f7228fd1e7b97ec05c0fc34de2375.tar.gz
historical-acb7e076654f7228fd1e7b97ec05c0fc34de2375.tar.bz2
historical-acb7e076654f7228fd1e7b97ec05c0fc34de2375.zip
fix IUSE so that emerge -pv works again
Diffstat (limited to 'eclass/flag-o-matic.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> ####