summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2005-07-06 20:41:48 +0000
committerAron Griffis <agriffis@gentoo.org>2005-07-06 20:41:48 +0000
commit19e5a42642847a20eaf87653933cdc901eb5dde4 (patch)
tree921e6eed1fcba73af3438dae46c50f26fc1bc6c1 /eclass
parentadd IUSE="debug profile verbose" (diff)
downloadgentoo-2-19e5a42642847a20eaf87653933cdc901eb5dde4.tar.gz
gentoo-2-19e5a42642847a20eaf87653933cdc901eb5dde4.tar.bz2
gentoo-2-19e5a42642847a20eaf87653933cdc901eb5dde4.zip
sync IUSE
Diffstat (limited to 'eclass')
-rw-r--r--eclass/gnustep.eclass5
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