diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:41:48 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 20:41:48 +0000 |
commit | 19e5a42642847a20eaf87653933cdc901eb5dde4 (patch) | |
tree | 921e6eed1fcba73af3438dae46c50f26fc1bc6c1 /eclass | |
parent | add IUSE="debug profile verbose" (diff) | |
download | gentoo-2-19e5a42642847a20eaf87653933cdc901eb5dde4.tar.gz gentoo-2-19e5a42642847a20eaf87653933cdc901eb5dde4.tar.bz2 gentoo-2-19e5a42642847a20eaf87653933cdc901eb5dde4.zip |
sync IUSE
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnustep.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index 6c09ceb5758d..7b6d16529b80 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.eclass @@ -1,15 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.29 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.30 2005/07/06 20:41:48 agriffis Exp $ inherit gnustep-funcs eutils flag-o-matic - DESCRIPTION="EClass designed to facilitate building GNUstep Apps, Frameworks, and Bundles on Gentoo." ########################################################################### # IUSE variables across all GNUstep packages -IUSE="debug profile verbose" +IUSE="debug doc profile" if use debug; then RESTRICT="nostrip" fi |