diff options
author | Travis Tilley <lv@gentoo.org> | 2004-06-08 20:49:52 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-06-08 20:49:52 +0000 |
commit | dadcba9a3609a2f66246d548e43c97c1ac65bdc9 (patch) | |
tree | e810abb8a53eff9926c84b17b74ba36c5631a3b5 /eclass | |
parent | no comeback this time (diff) | |
download | gentoo-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.eclass | 4 |
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> #### |