summaryrefslogtreecommitdiff
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
commitc7642195211306bcdac589284cec2d4b327faffe (patch)
treef95d7d4188826e2440825f5f05f3340b4289a767
parentadd IUSE="debug profile verbose" (diff)
downloadhistorical-c7642195211306bcdac589284cec2d4b327faffe.tar.gz
historical-c7642195211306bcdac589284cec2d4b327faffe.tar.bz2
historical-c7642195211306bcdac589284cec2d4b327faffe.zip
sync IUSE
-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